DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Viewer | Methods | Properties
Gets the viewer context associated with the shape.
// 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;
| Type |
|---|
| TGIS_ViewerRef |
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.