This document is archived and information here might be outdated. Recommended version. |
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**