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


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

IBufferProcessingParameter.GenerateRings Property

Indicates if ring buffers (hollow) are created instead of disk buffers (filled).

[Visual Basic .NET]
Public Property GenerateRings As Boolean
[C#]
public bool GenerateRings {get; set;}
[C++]
HRESULT get_GenerateRings(
  VARIANT_BOOL GenerateRings
);
[C++]
HRESULT put_GenerateRings(
  Boolean* GenerateRings
);
[C++]
Parameters
GenerateRings [in]

GenerateRings is a parameter of type bool GenerateRings [out, retval]
GenerateRings is a parameter of type bool*

Product Availability

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

See Also

IBufferProcessingParameter Interface