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


IBufferProcessingParameter.SimplifyShapes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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 VARIANT_BOOL

Product Availability

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

See Also

IBufferProcessingParameter Interface