ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL GenerateRings
);
[C++]

Parameters

GenerateRings [out, retval]   GenerateRings is a parameter of type VARIANT_BOOL GenerateRings [in]   GenerateRings is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBufferProcessingParameter Interface