Function ExportToWKT( _ ByVal exportFlags As WktExportFlags, _ ByVal geometry As Geometry _ ) As String
string ExportToWKT( WktExportFlags exportFlags, Geometry geometry )
Parameters
- exportFlags
- A combination of WktExportFlags which determines how the geometry is exported.
- geometry
- The input geometry to write to a string.
Return Value
An OCG well-known text format of the input geometry.