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


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

IESRIShape2.ESRIShapeSizeEx2 Property

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,
  System.Int32* cBytes
);
[C++]
Parameters
exportFlags 

exportFlags is a parameter of type long cBytes [out, retval]
cBytes is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Note: exportFlags is a combination of esriShapeExportFlags values.

See Also

IESRIShape2 Interface