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