ArcObjects Library Reference (Display)  

IDisplayAdmin2.RequiresBanding Property

Indicates whether the output from the drawing object requires banding. Generally this is true if the output is raster.

[Visual Basic .NET]
Public ReadOnly Property RequiresBanding As Boolean
[C#]
public bool RequiresBanding {get;}
[C++]
HRESULT get_RequiresBanding(
  VARIANT_BOOL* flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDisplayAdmin2 Interface