GeometryCollectionAggregate.Write(BinaryWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a SqlGeometry object to a binary stream.
public void Write (System.IO.BinaryWriter w);
abstract member Write : System.IO.BinaryWriter -> unit
override this.Write : System.IO.BinaryWriter -> unit
Public Sub Write (w As BinaryWriter)
Parameters
The BinaryWriter object that writes a SqlGeometry object to a binary stream.