This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRIShape Interface > IESRIShape.ESRIShapeSize Property (ArcObjects .NET 10.5 SDK) |
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