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 > IESRIShape2 Interface > IESRIShape2.ESRIShapeSizeEx2 Property (ArcObjects .NET 10.5 SDK) |
The size of the buffer (in bytes) that will be required to hold the Esri shapefile version of the geometry. The value may exceed the minimum required size. exportFlags is a combination of esriShapeExportFlags values.
[Visual Basic .NET] Public Function get_ESRIShapeSizeEx2 ( _ ByVal exportFlags As Integer _ ) As Integer
[C#] public int get_ESRIShapeSizeEx2 ( int exportFlags );
[C++]
HRESULT get_ESRIShapeSizeEx2(
long exportFlags,
long* cBytes
);
[C++]
Parameters exportFlags exportFlags is a parameter of type long cBytes [out, retval] cBytes is a parameter of type long
Note: exportFlags is a combination of esriShapeExportFlags values.