This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstruction Interface > IBufferConstruction.EmptyBufferIDs Property (ArcObjects .NET 10.4 SDK) |
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