|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingEngineUtil
Provides access to properties and methods for tracking engine utility.
This interface provides properties and methods to access the running environment (e.g., running in ArcMap, ArcCatalog, etc.), and Maps, FocusMap and ActiveView for the TrackingEngineUtil object.
The ITrackingEngineUtil interface has been superseded by ITrackingEngineUtil2. Please consider using the more recent version.
Method Summary | |
---|---|
IActiveView |
getActiveView()
Active view of control or application. |
IMap |
getFocusMap()
The current focus map. |
IMaps |
getMaps()
The collection of maps in the control or application. |
boolean |
isApplication()
Identifies if this object is part of an application. |
boolean |
isMapControl()
Identifies if this object is part of a MapControl. |
boolean |
isRunningInArcMap()
Identifies if this application is ArcMap. |
boolean |
isRunningInCatalog()
Identifies if this application is ArcCatalog. |
boolean |
isValid()
Indicates if this object is in a valid state. |
Method Detail |
---|
boolean isMapControl() throws IOException, AutomationException
This method has been superseded by the ITrackingEngineUtil::get_ClientEnvironment property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isApplication() throws IOException, AutomationException
This method has been superseded by the ITrackingEngineUtil::get_ClientEnvironment property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRunningInCatalog() throws IOException, AutomationException
This method has been superseded by the ITrackingEngineUtil::get_ClientEnvironment property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRunningInArcMap() throws IOException, AutomationException
This method has been superseded by the ITrackingEngineUtil::get_ClientEnvironment property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isValid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActiveView getActiveView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMap getFocusMap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMaps getMaps() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |