ArcGIS Explorer Component Help |
Viewpoint..::.Observer Property |
Viewpoint Class See Also |
Gets the observer position for this Viewpoint.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public Point Observer { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Observer As Point |
Field Value
A Point representing the position that you are looking from; Null if this Viewpoint was instantiated using an Envelope.Remarks
The observer is used in conjunction with a target location to define a Viewpoint in 3D display mode.