StructureColDeleteStructure(String) Method

Returns true if the structure was deleted from the collection. Returns false if the structure could not be found or if there are run sets in the project.

Definition

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

Parameters

name  String
 

Return Value

Boolean

See Also