Public Overloads Function ExportToEsriShape( _ ByVal exportFlags As EsriShapeExportFlags, _ ByVal geometry As Geometry, _ ByRef buffer() As Byte _ ) As Integer
public int ExportToEsriShape( EsriShapeExportFlags exportFlags, Geometry geometry, ref byte[] buffer )
Parameters
- exportFlags
- A combination of EsriShapeExportFlags which determines how the geometry is exported. Uses esriShapeExportNewArcFormat for circular and elliptic arcs.
- geometry
- The geometry to write to the buffer.
- buffer
- The buffer to which the geometry will be written. The buffer must be large enough to hold the Esri shapefile formatted version of the input geometry.
Return Value
The exact number of bytes written to the buffer.