public int ExportToWKB( WkbExportFlags exportFlags, Geometry geometry, ref byte[] buffer )
Public Overloads Function ExportToWKB( _ ByVal exportFlags As WkbExportFlags, _ ByVal geometry As Geometry, _ ByRef buffer() As Byte _ ) As Integer
Parameters
- exportFlags
- A combination of WkbExportFlags which determines how the geometry is exported.
- 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 OGC well-known binary version of the input geometry.
Return Value
The exact number of bytes written to the buffer.