DK11 for .NET | TatukGIS.NDK.TGIS_Materials.Material | Methods | Properties
Material array. Each position represents the material id.
// C# public TGIS_Material Material[_index int] { get {} set {} }
' VisualBasic Public Property Material(ByVal _index As Integer] As TGIS_Material Get End Get Set(ByVal value As TGIS_Material) End Set End Property
// Oxygene public property Material[ const _index : Integer ] : TGIS_Material read read;
Name | Type | Description |
---|---|---|
_index | int Integer | material index |
Type |
---|
TGIS_Material |