ArcObjects Library Reference (Geometry)  

IESRIShape.ESRIShapeSize Property

The size of the buffer, in bytes, that will be required to hold the Esri shapefile formatted version of the geometry. The value may exceed the minimum required size.

[Visual Basic .NET]
Public ReadOnly Property ESRIShapeSize As Integer
[C#]
public int ESRIShapeSize {get;}
[C++]
HRESULT get_ESRIShapeSize(
  long* cBytes
);
[C++]

Parameters

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