GetMaterialClassList
Returns a list of Materials in a multi-dimensioned array.
Syntax
vResult
= MaterialSvr
.GetMaterialClassList
()The
GetMaterialClassList
method syntax has these parts:Part | Description |
---|---|
vResult | The data returned by the Material Server. |
MaterialSvr | Instance of the MaterialServer to which the method is directed. |
Where
vResult
is:Part | Description |
---|---|
vResult | Is a two-dimensional array containing < EmptyArray > | <MaterialClassData > |
MaterialClass Data | Array Element [0] = PKID Array Element [1] = MaterialClass Name Array Element [2] = Description Array Element [3] = ControllerID |
Remarks
In order to test for an empty array, you must test the upper and lower bounds of the
vResult
array. If both bounds are zero, then the array is empty and can be treated as such.Provide Feedback