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


IRasterFormatInfo.ActiveBrowse Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterFormatInfo Interface > IRasterFormatInfo.ActiveBrowse Property
ArcGIS Developer Help

IRasterFormatInfo.ActiveBrowse Property

Indicates whether all files are searched for valid raster formats.

[Visual Basic .NET]
Public Property ActiveBrowse As Boolean
[C#]
public bool ActiveBrowse {get; set;}
[C++]
HRESULT get_ActiveBrowse(
  Boolean* pOpt
);
[C++]
HRESULT put_ActiveBrowse(
  VARIANT_BOOL pOpt
);
[C++]
Parameters
pOpt [out, retval]

pOpt is a parameter of type bool* pOpt [in]
pOpt is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterFormatInfo Interface