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


IGeoImageDescription2.BSQ Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription2 Interface > IGeoImageDescription2.BSQ Property
ArcGIS Developer Help

IGeoImageDescription2.BSQ Property

Indicates if output should be generated in BSQ pxiel interleave format.

[Visual Basic .NET]
Public Property BSQ As Boolean
[C#]
public bool BSQ {get; set;}
[C++]
HRESULT get_BSQ(
  Boolean* pBSQ
);
[C++]
HRESULT put_BSQ(
  VARIANT_BOOL pBSQ
);
[C++]
Parameters
pBSQ [out, retval]

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

Product Availability

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

See Also

IGeoImageDescription2 Interface