MaterialCreationStatus Enumeration

Indicates whether a material was created successfully. If not, this indicates why the material was not created.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public enum MaterialCreationStatus

Members

Success1 
DuplicateNameFailure2 
DuplicateFemIdFailure3 
MissingMaterialToCopy4 Only valid for Copy operations, not for Get operations.

See Also