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


IRasterBand.DirectlyOpened Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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++]

Parameters bDirectlyOpened [out, retval] bDirectlyOpened is a parameter of type VARIANT_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