This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.SupportBSQ Property (ArcObjects .NET 10.5 SDK) |
Indicates if output can be generated in BSQ pixel interleave format.
[Visual Basic .NET] Public Property SupportBSQ As Boolean
[C#] public bool SupportBSQ {get; set;}
[C++]
HRESULT get_SupportBSQ(
VARIANT_BOOL* pBSQ
);
[C++]
HRESULT put_SupportBSQ(
VARIANT_BOOL pBSQ
);
[C++]
Parameters pBSQ [out, retval] pBSQ is a parameter of type VARIANT_BOOL pBSQ [in] pBSQ is a parameter of type VARIANT_BOOL