User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.supportedshapes

Table of Contents

ITGIS_LayerVector.SupportedShapes property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.SupportedShapes | Methods | Properties

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

Available also on: Delphi | .NET | Java | 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:10

Page Tools