This document is archived and information here might be outdated.  Recommended version.


IESRIShape.ESRIShapeSize Property (ArcObjects .NET 10.4 SDK)
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