|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingEnvironment2
Provides access to properties and methods used to control the tracking analyst extension.
This interface provides access to ActionEnvironment object that serves as a central point of entry for general action properties that apply to all actions within a process. This interface also provides access to properties that indicate the properties associated with the Directional Vector and Event Attribute rendering.
Method Summary | |
---|---|
IActionLookupSupport |
getActionEnvironment()
Returns the Action Environment. |
IDirectionalVectorRendererProperties |
getDirectionalVectorProp()
Returns the global (default) properties associated with the Directional Vector Rendering. |
IEventAttributeProperties |
getEventAttributeProp()
Returns the global (default) properties associated with the Event Attribute Rendering. |
Method Detail |
---|
IActionLookupSupport getActionEnvironment() throws IOException, AutomationException
This property returns the ActionEnvironment object that serves as a central point of entry for general action properties that apply to all actions within a process.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDirectionalVectorRendererProperties getDirectionalVectorProp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEventAttributeProperties getEventAttributeProp() 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 |