public abstract long ToEsriShape( ref byte[] shapeBuffer )
Public Overloads MustOverride Function ToEsriShape( _ ByRef shapeBuffer() As Byte _ ) As Long
Parameters
- shapeBuffer
- 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 number of bytes used to store this instance in the input shapeBuffer.