ArcObjects Library Reference (TrackingAnalyst)  

ITemplateEditorDialog2.InsertFileButton Property

Show the insert file button to allow browsing to a file.

[Visual Basic .NET]
Public Property InsertFileButton As Boolean
[C#]
public bool InsertFileButton {get; set;}
[C++]
HRESULT get_InsertFileButton(
  VARIANT_BOOL* showInsertFile
);
[C++]
HRESULT put_InsertFileButton(
  VARIANT_BOOL showInsertFile
);
[C++]

Parameters

showInsertFile [out, retval]   showInsertFile is a parameter of type VARIANT_BOOL showInsertFile [in]   showInsertFile is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITemplateEditorDialog2 Interface