User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.viewer

Table of Contents

ITGIS_Layer.Viewer property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Viewer | Methods | Properties

Reference to a viewer object.

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

Page Tools