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


IBufferProcessingParameter.AdjustCirclesForProjection Property (ArcObjects .NET 10.6 SDK)
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(
  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