ArcObjects Library Reference (Geometry)  

IESRIShape.ESRIShapeSizeEx Property

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,
  long* cBytes
);
[C++]

Parameters

modifiersToAllow   modifiersToAllow is a parameter of type long cBytes [out, retval]   cBytes is a parameter of type long

Product Availability

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

See Also

IESRIShape Interface