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


IImport3DFile2.CanBrowse Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IImport3DFile2.CanBrowse Property

Indicates if this implementation can browse for files.

[Visual Basic .NET]
Public ReadOnly Property CanBrowse As Boolean
[C#]
public bool CanBrowse {get;}
[C++]
HRESULT get_CanBrowse(
  VARIANT_BOOL* pCanBrowse
);
[C++]

Parameters pCanBrowse [out, retval] pCanBrowse is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IImport3DFile2 Interface