User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.DefaultShapeType property

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

Default shape type for the layer. Can be set only to one of SupportedShapes.

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

Syntax

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

Value

2022/11/16 01:34

Page Tools