User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.viewer

Table of Contents

ITGIS_Shape.Viewer property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Viewer | Methods | Properties

Gets the viewer context associated with the shape.

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

Syntax

// C#
public TGIS_ViewerRef Viewer
{
  get {}
}
' VisualBasic
Public Property Viewer As TGIS_ViewerRef
  Get
  End Get
End Property
// Oxygene
public
  property Viewer : TGIS_ViewerRef read;

Value

Remarks

PURPOSE: Provides access to the active viewer so the shape can use display context such as extent, scale, and zoom-dependent rendering information.

BEHAVIOR: Returns the viewer reference supplied through the owning layer context. The value can be nil when the shape is not currently associated with a viewer.

CONSTRAINTS: Read-only property. Availability depends on whether the shape belongs to a layer connected to a viewer.

2026/07/05 01:25

Page Tools