SizingMaterialColContains(String) Method

Check if the list of sizing materials contains a material by name.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool Contains(
	string name
)

Parameters

name  String

Return Value

Boolean
False if the material does not exist in the database or is not in the list of sizing materials.

See Also