StructureCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class StructureCol : ZoneJointContainerCol<Structure>
Inheritance
Object    IdEntityColStructure    IdNameEntityColStructure    ZoneJointContainerColStructure    StructureCol

Properties

Ids
(Inherited from IdEntityColT)
Names
(Inherited from IdNameEntityColT)

Methods

Contains
(Inherited from IdEntityColT)
Count
(Inherited from IdEntityColT)
Create Attempt to create a new structure. If the specified name is already used, it will be deconflicted.
(Overrides ZoneJointContainerColTCreate(String))
DeleteStructure(Int32) 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.
DeleteStructure(String) 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.
DeleteStructure(Structure) 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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get(Int32)
(Inherited from IdEntityColT)
Get(String)
(Inherited from IdNameEntityColT)
GetEnumerator
(Inherited from IdEntityColT)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also