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


ITemplateEditorDialog2.InsertFileButton Property (ArcObjects .NET 10.4 SDK)
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