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


IBufferProcessingParameter.SimplifyShapes 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.SimplifyShapes Property
ArcGIS Developer Help

IBufferProcessingParameter.SimplifyShapes Property

Forces the buffer object to simplify the intermediate shapes during the buffer processing.

[Visual Basic .NET]
Public WriteOnly Property SimplifyShapes
[C#]
public void SimplifyShapes {set;}
[C++]
HRESULT put_SimplifyShapes(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IBufferProcessingParameter Interface