|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionHelper
Provides access to methods that allow actions to be set up using simple base objects instead of setting up several properties.
Method Summary | |
---|---|
void |
setFromDataDefinition(IDatasetDef piDataDef)
Set up the action based on a data definition. |
void |
setFromLayer(IFeatureLayer piLayer)
Set up the action based on a feature layer. |
Method Detail |
---|
void setFromDataDefinition(IDatasetDef piDataDef) throws IOException, AutomationException
piDataDef
- A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromLayer(IFeatureLayer piLayer) throws IOException, AutomationException
piLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
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 |