ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer.PolygonBufferType Property

Indicates how to buffer polygon features.

[Visual Basic .NET]
Public WriteOnly Property PolygonBufferType
[C#]
public void PolygonBufferType {set;}
[C++]
HRESULT put_PolygonBufferType(
  esriBufferType 
);
[C++]

Parameters

[in]

   is a parameter of type esriBufferType

Product Availability

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

See Also

IFeatureCursorBuffer Interface