DK11 for ActiveX | TatukGIS_XDK11.TGIS_3DLayerType | Enums
3D interpretation mode for layer (for 3D mode only).
// C# public enum TGIS_3DLayerType { Off = 0, Dem = 1, Shapes = 2 }
' VisualBasic Public Enum TGIS_3DLayerType Off = 0 Dem = 1 Shapes = 2 End Enum
// Oxygene type TGIS_3DLayerType = public ( Off = 0, Dem = 1, Shapes = 2 );
Name | Value | Description | |
---|---|---|---|
Off | 0 | Layer does not represent 3D content. | |
Dem | 1 | Layer should be interpreted as terrain model. | |
Shapes | 2 | Layer should be interpreted as 3D objects. | |