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


IMapCooker.Antialiasing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.Antialiasing Property
ArcGIS Developer Help

IMapCooker.Antialiasing Property

Indicates if antialiasing should be used.

[Visual Basic .NET]
Public Property Antialiasing As Boolean
[C#]
public bool Antialiasing {get; set;}
[C++]
HRESULT get_Antialiasing(
  Boolean* pAntialiasing
);
[C++]
HRESULT put_Antialiasing(
  VARIANT_BOOL pAntialiasing
);
[C++]
Parameters
pAntialiasing [out, retval]

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

Product Availability

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

See Also

IMapCooker Interface