SizingMaterialColRemoveSizingMaterial(String) Method

Remove a material by name from the list of sizing material overrides for a zone.

Definition

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

Parameters

name  String

Return Value

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

See Also