This document is archived and information here might be outdated.  Recommended version.


ITemplateEditorDialog.Action Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemplateEditorDialog Interface > ITemplateEditorDialog.Action Property
ArcGIS Developer Help

ITemplateEditorDialog.Action Property

Server or Service Action whose action's message template is to be reviewed or edited.

[Visual Basic .NET]
Public WriteOnly Property Action
[C#]
public void Action {set;}
[C++]
HRESULT put_Action(
  IAction* 
);
[C++]
Parameters
 [in]

is a parameter of type IAction*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemplateEditorDialog Interface