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


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

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 VARIANT_BOOL

Product Availability

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

See Also

IBufferProcessingParameter Interface