This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.DirectlyOpened Property (ArcObjects .NET 10.4 SDK) |
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
This method should not be used by application developers.