This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemplateEditorDialog2 Interface > ITemplateEditorDialog2.InsertFileButton Property (ArcObjects .NET 10.5 SDK) |
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