User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.viewer

Table of Contents

TGIS_Layer.Viewer property

DK for Delphi | GisLayer.TGIS_Layer.Viewer | Constructors | Fields | Methods | Properties | Events | Events

Reference to the viewer that owns or displays this layer.

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

Syntax

// Delphi
public
  property Viewer : TGIS_ViewerRef read write;
// C++ Builder
public:
  __property TGIS_ViewerRef* Viewer = {read, write};

Value

Remarks

To attach a layer to a viewer correctly, use TGIS_Viewer.Add instead of assigning this property directly.

2026/07/05 01:37

Page Tools