com.esri.arcgis.trackinganalyst
Interface IActionSetup
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActionBase, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, HighlightSuppressionAction, IActionSetupProxy
public interface IActionSetup
- extends Serializable
Provides access to read-only properties of an action. This interface allows the base action to be set up by a parent action object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Method Summary |
void |
initialize(String bstrDeveloperName,
String bstrTypeDescription,
double dVersion)
Initialize the Base or Child Action. |
initialize
void initialize(String bstrDeveloperName,
String bstrTypeDescription,
double dVersion)
throws IOException,
AutomationException
- Initialize the Base or Child Action.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
- Parameters:
bstrDeveloperName
- The bstrDeveloperName (in)bstrTypeDescription
- The bstrTypeDescription (in)dVersion
- The dVersion (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.