User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.SupportedShapes property

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

Set of shapes supported by a layer. The meaning of this is shapes that can be created, saved etc.

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

Syntax

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

Value

2022/11/16 01:34

Page Tools