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


ITemplateEditorDialog.ShowDialog Method (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.ShowDialog Method
ArcGIS Developer Help

ITemplateEditorDialog.ShowDialog Method

Displays the template properties dialog for review or edit.

[Visual Basic .NET]
Public Sub ShowDialog ( _
    ByRef selectedTemplate As String _
)
[C#]
public void ShowDialog (
    ref string selectedTemplate
);
[C++]
HRESULT ShowDialog(
  System.String* selectedTemplate
);
[C++]
Parameters
selectedTemplate [in, out]

selectedTemplate is a parameter of type BSTR*

Product Availability

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

See Also

ITemplateEditorDialog Interface