LaminateCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class LaminateCol : IEnumerable<LaminateBase>, 
	IEnumerable
Inheritance
Object    LaminateCol
Implements
IEnumerableLaminateBase, IEnumerable

Methods

Contains 
Copy Copy a laminate material by name.
Count 
CreateLaminate Create laminate.
CreateStiffenerLaminate Create a stiffener laminate.
Delete Delete a laminate material by name. Returns false if the material is not found or removed.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get Look up a Laminate by its name.
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLaminate Get a laminate by name.
GetStiffenerLaminate Get a stiffener laminate by name.
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also