User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.supporteddimensions

Table of Contents

TGIS_LayerVector.SupportedDimensions property

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.SupportedDimensions | Constructors | Fields | Methods | Properties | Events

Set of dimensions supported by a layer.

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

Syntax

// C#
public TGIS_DimensionTypes SupportedDimensions
{
  get {}
  set {}
}
' VisualBasic
Public Property SupportedDimensions As TGIS_DimensionTypes
  Get
  End Get
  Set(ByVal value As TGIS_DimensionTypes)
  End Set
End Property
// Oxygene
public
  property SupportedDimensions : TGIS_DimensionTypes read read;

Value

2022/11/16 01:34

Page Tools