FoamCol Class

Contains a set of all foam materials in a database.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class FoamCol : IEnumerable<Foam>, 
	IEnumerable
Inheritance
Object    FoamCol
Implements
IEnumerableFoam, IEnumerable

Methods

Contains Check if an foam material exists in this collection.
Copy Copy a Foam material.
Count 
Create Create a Foam material.
Delete Delete a foam material by name. Returns false if the method the material is not found.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get Look up an Foam material by its name.
GetEnumerator 
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