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


IESRIShape.ESRIShapeSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRIShape Interface > IESRIShape.ESRIShapeSize Property
ArcGIS Developer Help

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(
  System.Int32* 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