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


The following tables list the members exposed by View.

Protected Constructors

 NameDescription
Protected ConstructorView ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyLayers Returns the LayerCollection for the view.  
Top

Public Methods

 NameDescription
Public MethodCopyViewToClipboardExports the current view to the Windows Clipboard.  
Public MethodDoActionOnGeometryPerforms an action on the supplied geometry.  
Public MethodExportView Exports the current view to an image file.  
Public MethodRefresh Forces a redraw of the view.  
Public MethodRemoveLayer Removes a layer from the current view.  
Public MethodRemoveLayerCache Deletes the cache of the specified layer.  
Public MethodTrackPoint Tracks a point on the current view.  
Public MethodTrackPolygonTracks a polygon shape on the current view.  
Public MethodTrackPolylineTracks a line shape on the current view.  
Public MethodTrackVectorTracks a line, consisting of two points, on the current view.  
Public MethodZoomToFullExtentSets the extent of the view to equal the value of the full extent of all the layers  
Top

See Also