SizingMaterialCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class SizingMaterialCol : IdEntityCol<SizingMaterial>
Inheritance
Object    IdEntityColSizingMaterial    SizingMaterialCol

Properties

Ids
(Inherited from IdEntityColT)

Methods

AddSizingMaterial(Int32) Add a material by id to the list of sizing material overrides for a zone.
AddSizingMaterial(String) Add a material by name to the list of sizing material overrides for a zone.
Contains(Int32)
(Inherited from IdEntityColT)
Contains(String) Check if the list of sizing materials contains a material by name.
Count
(Inherited from IdEntityColT)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get(Int32)
(Inherited from IdEntityColT)
Get(String) Get a sizing material by name.
GetEnumerator
(Inherited from IdEntityColT)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
RemoveSizingMaterial(Int32) Remove a material by material id from the list of sizing material overrides for a zone.
RemoveSizingMaterial(String) Remove a material by name from the list of sizing material overrides for a zone.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also