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


IBufferConstruction.EmptyBufferIDs Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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