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


IDisplayAdmin2.RequiresBanding Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayAdmin2 Interface > IDisplayAdmin2.RequiresBanding Property
ArcGIS Developer Help

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(
  Boolean* flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool*

Product Availability

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

See Also

IDisplayAdmin2 Interface