User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_materials.material

Table of Contents

TGIS_Materials.Material property

DK11 for .NET | TatukGIS.NDK.TGIS_Materials.Material | Methods | Properties

Material array. Each position represents the material id.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// 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;

Parameters

Name Type Description
_index int
Integer
material index

Value

2022/11/16 01:34

Page Tools