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


IRasterBand.DirectlyOpened Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.DirectlyOpened Property
ArcGIS Developer Help

IRasterBand.DirectlyOpened Property

Indicates if the band was opened directly.

[Visual Basic .NET]
Public Property DirectlyOpened As Boolean
[C#]
public bool DirectlyOpened {get; set;}
[C++]
HRESULT get_DirectlyOpened(
  VARIANT_BOOL bDirectlyOpened
);
[C++]
HRESULT put_DirectlyOpened(
  Boolean* bDirectlyOpened
);
[C++]
Parameters
bDirectlyOpened [in]

bDirectlyOpened is a parameter of type bool bDirectlyOpened [out, retval]
bDirectlyOpened is a parameter of type bool*

Product Availability

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

Remarks

This method should not be used by application developers.

See Also

IRasterBand Interface