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


IBufferProcessingParameter.AdjustCirclesForProjection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBufferProcessingParameter Interface > IBufferProcessingParameter.AdjustCirclesForProjection Property
ArcGIS Developer Help

IBufferProcessingParameter.AdjustCirclesForProjection Property

Indicates if circles are adjusted in Projected Coordinate Systems.

[Visual Basic .NET]
Public Property AdjustCirclesForProjection As Boolean
[C#]
public bool AdjustCirclesForProjection {get; set;}
[C++]
HRESULT get_AdjustCirclesForProjection(
  VARIANT_BOOL AdjustCirclesForProjection
);
[C++]
HRESULT put_AdjustCirclesForProjection(
  Boolean* AdjustCirclesForProjection
);
[C++]
Parameters
AdjustCirclesForProjection [in]

AdjustCirclesForProjection is a parameter of type bool AdjustCirclesForProjection [out, retval]
AdjustCirclesForProjection is a parameter of type bool*

Product Availability

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

See Also

IBufferProcessingParameter Interface