ApplicationGetAnalyses Method

Note: This API is now obsolete.
Get all Analysis Definitions in the database.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
[ObsoleteAttribute("This method is slated to be deleted. Do not use.")]
public Dictionary<int, AnalysisDefinition> GetAnalyses()

Return Value

DictionaryInt32, AnalysisDefinition

See Also