StructureColDeleteStructure(Structure) 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(
	Structure structure
)

Parameters

structure  Structure
 

Return Value

Boolean

See Also