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


IImport3DFile.CanBrowse Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFile Interface > IImport3DFile.CanBrowse Property
ArcGIS Developer Help

IImport3DFile.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(
  Boolean* pCanBrowse
);
[C++]
Parameters
pCanBrowse [out, retval]

pCanBrowse is a parameter of type bool*

Product Availability

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

See Also

IImport3DFile Interface