ESRI.ArcGIS.E2API Feedback via the User Forum
View3D Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.E2API Namespace : View3D Class


The following tables list the members exposed by View3D.

Public Properties

 NameDescription
Public PropertyAltitude Gets or sets the distance between the observer location and the surface of the globe.  
Public PropertyAzimuthThe azimuth is an angle, measured clockwise in decimal degrees, that represents the observers view direction relative to the North Pole.  
Public PropertyLayers Returns the LayerCollection for the view. (Inherited from View)
Public PropertyObserverLocationReturns current observer location, as latitude, longitude and altitude.  
Public PropertyPitchGets or sets the pitch of the observer position, in degrees.  
Public PropertyTargetLocation Retrieves the target location of the view.  
Public PropertyVerticalExaggerationThe exaggeration factor sets the vertical exaggeration of the globe surface.  
Top

Public Methods

 NameDescription
Public MethodCenterAtCenters the display over the specified latitude and longitude.  
Public MethodCopyViewToClipboardExports the current view to the Windows Clipboard. (Inherited from View)
Public MethodDoActionOnGeometryPerforms an action on the supplied geometry. (Inherited from View)
Public MethodExportView Exports the current view to an image file. (Inherited from View)
Public MethodFlyPolyline Flies along the geometry in the given time.  
Public MethodFromOpenGLCoordinates Converts internal globe coordinates to latitude, longitude and elevation values, for use in custom drawing.  
Public MethodGetOpenGLSymbol Returns an OpenGL display list identifier for a specified symbol in the referenced styles, for use in custom drawing scenarios.  
Public MethodGetSurfaceElevationOverloaded. Returns the ground height at the specified latitude and longitude.  
Public MethodRefresh Forces a redraw of the view. (Inherited from View)
Public MethodRemoveLayer Removes a layer from the current view. (Inherited from View)
Public MethodRemoveLayerCache Deletes the cache of the specified layer. (Inherited from View)
Public MethodSetLocation Sets the location of the view.  
Public MethodToOpenGLCoordinates Converts latitude, longitude and elevation in meters to internal globe coordinates, for use in custom drawing.  
Public MethodTrackPoint Tracks a point on the current view. (Inherited from View)
Public MethodTrackPolygonTracks a polygon shape on the current view. (Inherited from View)
Public MethodTrackPolylineTracks a line shape on the current view. (Inherited from View)
Public MethodTrackVectorTracks a line, consisting of two points, on the current view. (Inherited from View)
Public MethodZoomToFullExtentSets the extent of the view to equal the value of the full extent of all the layers (Inherited from View)
Top

Public Events

 NameDescription
Public EventDrawOpenGLBegin Occurs before the View3D starts drawing.  
Public EventDrawOpenGLFinish Occurs after the View3D has finished drawing.  
Top

See Also