User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.layer

Table of Contents

TGIS_Shape.Layer property

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Layer | Constructors | Fields | Methods | Properties

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

Available also on: Delphi | Java | ActiveX | 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:35

Page Tools