AnalysisPropertyColDeleteAnalysisProperty(String) Method

Delete an analysis property.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool DeleteAnalysisProperty(
	string name
)

Parameters

name  String

Return Value

Boolean
False if there is no analysis property in the collection with the given name.

See Also