SizingMaterialColGet(String) Method

Get a sizing material by name.

Definition

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

Parameters

name  String

Return Value

SizingMaterial

Exceptions

ArgumentExceptionThrows if the material is not in the database or if the material is not in the list of sizing materials.

See Also