SizingMaterialColRemoveSizingMaterial(Int32) Method

Remove a material by material id 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(
	int materialId
)

Parameters

materialId  Int32

Return Value

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

See Also