DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.IsVector3D | Constructors | Fields | Methods | Properties | Events
Checks if the layer type is vector 3D.
Overrides TGIS_Layer.IsVector3D.
// C# public override bool IsVector3D();
' VisualBasic Public Overrides Function IsVector3D() As Boolean
// Oxygene public function IsVector3D : Boolean; override;
Type | Description |
---|---|
bool Boolean | True if the layer type is vector 3D |