ESRI.ArcGIS.ADF.IMS | |
LayoutView Class Members | |
See Also Properties Methods Events |
ESRI.ArcGIS.ADF.IMS.Carto Namespace : LayoutView Class |
The following tables list the members exposed by LayoutView.
Name | Description | |
---|---|---|
LayoutView Constructor | Overloaded. Constructs a LayoutView object. |
Name | Description | |
---|---|---|
DataFrames | The collection of data frames placed in the layout. | |
Extent | The current extent of the map. (Inherited from View) | |
ID | Retrieves the ID of the view. (Inherited from View) | |
Image | The output image object for the view. Use its Url property to get the image location. (Inherited from View) | |
ImageDescriptor | Gets or sets the properties associated with the map image. (Inherited from View) | |
MapService | Gets the MapService which the current View is based on. (Inherited from View) | |
Units | Gets the page units for the layout. |
Name | Description | |
---|---|---|
CenterAt | Overloaded. Re-centers the map to a specified map point. (Inherited from View) | |
Draw | Overloaded. Overridden. Draws the layout using the specified spatial reference. | |
Pan | Pan the map image in a designated direction and distance. (Inherited from View) | |
Zoom | Overloaded. Zooms in to center of the map with a desired scale factor. (Inherited from View) | |
ZoomOut | Zooms out. (Inherited from View) |
Name | Description | |
---|---|---|
OnDraw | Event that fires when the map or layout is drawn. (Inherited from View) | |
OnScaleChanged | Event that fires when the scale changes. (Inherited from View) | |
setID | Sets the ID of the view. (Inherited from View) | |
setImage | Sets the CartoImage after the map or layout is drawn. (Inherited from View) | |
setMapService | Sets the map service. (Inherited from View) |
Name | Description | |
---|---|---|
Drawn | Indicates that the view is drawn. (Inherited from View) | |
ScaleChanged | Indicates that the scale has changed in the view. (Inherited from View) |