User Tools

Site Tools


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

Table of Contents

TGIS_Layer.Viewer property

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

Reference to a viewer object.

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

Syntax

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

Value

Remarks

To properly attach layer to the viewer use TGIS_Viewer.Add.

2022/11/16 01:31

Page Tools