This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBufferProcessingParameter Interface > IBufferProcessingParameter.AdjustCirclesForProjection Property (ArcObjects .NET 10.5 SDK) |
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