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


ITemplateEditorDialog.ShowDialog Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  BSTR* 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