ArcObjects Library Reference (TrackingAnalyst)  

ITemplateEditorDialog.TemplateList Property

List of message templates available.

[Visual Basic .NET]
Public ReadOnly Property TemplateList As String[]
[C#]
public String[] TemplateList {get;}
[C++]
HRESULT get_TemplateList(
  list* list
);
[C++]

Parameters

list [out, retval]   list is a parameter of type

Product Availability

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

See Also

ITemplateEditorDialog Interface