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


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

IBufferProcessingParameter.InputHasPolygons Property

Tells the buffer object explicitly that the input shapes contain polygons.

[Visual Basic .NET]
Public WriteOnly Property InputHasPolygons
[C#]
public void InputHasPolygons {set;}
[C++]
HRESULT put_InputHasPolygons(
  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