User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.parentlayer

Table of Contents

TGIS_Layer.ParentLayer property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.ParentLayer | Constructors | Fields | Methods | Properties | Events

Parent layer of a sub layer.

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

Syntax

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

Value

Type
TGIS_Layer
2022/11/16 01:31

Page Tools