User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.layer

Table of Contents

ITGIS_Shape.Layer property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Layer | Methods | Properties

Reference to layer. Thanks to this, the shape will know the default colors etc.

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

Syntax

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

Value

2022/11/16 01:11

Page Tools