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


IBufferConstruction.EmptyBufferIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstruction Interface > IBufferConstruction.EmptyBufferIDs Property
ArcGIS Developer Help

IBufferConstruction.EmptyBufferIDs Property

Returns an array of identifiers of input geometries that result in empty buffers - typically as a result of buffering polygons by negative distances. The identifier is either a sequence number or a geomID.

[Visual Basic .NET]
Public ReadOnly Property EmptyBufferIDs As ILongArray
[C#]
public ILongArray EmptyBufferIDs {get;}
[C++]
HRESULT get_EmptyBufferIDs(
  ILongArray** ppGeomIDArray
);
[C++]
Parameters
ppGeomIDArray [out, retval]

ppGeomIDArray is a parameter of type ILongArray**

Product Availability

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

See Also

IBufferConstruction Interface