DiscreteFieldCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class DiscreteFieldCol : IdNameEntityCol<DiscreteField>
Inheritance
Object    IdEntityColDiscreteField    IdNameEntityColDiscreteField    DiscreteFieldCol

Constructors

DiscreteFieldColInitializes a new instance of the DiscreteFieldCol class

Properties

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

Methods

Contains
(Inherited from IdEntityColT)
Count
(Inherited from IdEntityColT)
Create Create a new DiscreteField.
CreateByPointMapToElements Create Discrete Fields by mapping existing Point-based Discrete Fields to new element-based Discrete Fields.
CreateFromVCP Create a list of DiscreteFields from VCP.
Delete In the event of getting a CollectionModificationStatus.EntityMissingRemovalFailure, note that the discrete field is associated with a ply, and therefore cannot be deleted.
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