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


ITemplateEditorDialog.TemplateList 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.TemplateList Property
ArcGIS Developer Help

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(
  SAFEARRAY(System.String)* list
);
[C++]
Parameters
list [out, retval]

list is a parameter of type SAFEARRAY(BSTR)*

Product Availability

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

See Also

ITemplateEditorDialog Interface