This document is archived and information here might be outdated. Recommended version. |
The size of the buffer (in bytes) that will be required to hold the Esri shapefile version of the geometry. Only attributes specified by modifiers to allow will be exported. The value may exceed the minimum required size. ModifiersToAllow is a combination of e.
[Visual Basic .NET]
Public Function get_ESRIShapeSizeEx ( _
ByVal modifiersToAllow As Integer _
) As Integer
[C#]
public int get_ESRIShapeSizeEx (
int modifiersToAllow
);
[C++]
HRESULT get_ESRIShapeSizeEx(
long modifiersToAllow,
System.Int32* cBytes
);
[C++] Parameters modifiersToAllow
modifiersToAllow is a parameter of type long cBytes [out, retval]
cBytes is a parameter of type long*