Name | Description | |
---|---|---|
ID | Identifier for the exploratory analysis object within its current MapView.
The ID is only unique to the map view that it was added to. For this reason, the same instance should not be added to more than one MapView. Use the subclass's copy constructor for that. (Inherited from ArcGIS.Desktop.Mapping.ExploratoryAnalysis) | |
MapView | The current MapView that this exploratory analysis object is in. (Inherited from ArcGIS.Desktop.Mapping.ExploratoryAnalysis) | |
MaximumDistance | Gets or sets the ViewDome's maximum distance.
Defines a far distance limit and size of the view dome in meters. Any scene content far than this value is disregarded. | |
MinimumDistance | Gets or sets the ViewDome's minimum distance.
Defines a near distance limit in meters. Any scene content closer than this value is disregarded. |