ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL AdjustCirclesForProjection
);
[C++]

Parameters

AdjustCirclesForProjection [out, retval]   AdjustCirclesForProjection is a parameter of type VARIANT_BOOL AdjustCirclesForProjection [in]   AdjustCirclesForProjection is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBufferProcessingParameter Interface