ArcObjects Library Reference (System)  

ITextureCompression.BSQ Property

Indicates output should be packed in BSQ pixel interleave format.

[Visual Basic .NET]
Public Property BSQ As Boolean
[C#]
public bool BSQ {get; set;}
[C++]
HRESULT get_BSQ(
  VARIANT_BOOL* pBSQ
);
[C++]
HRESULT put_BSQ(
  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

Product Availability

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

See Also

ITextureCompression Interface