ArcObjects Library Reference (Carto)  

IImageServiceInfo2.SupportBSQ Property

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

Product Availability

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

See Also

IImageServiceInfo2 Interface