Function ExportToJson( _ ByVal exportFlags As JsonExportFlags, _ ByVal geometry As Geometry _ ) As String
string ExportToJson( JsonExportFlags exportFlags, Geometry geometry )
Parameters
- exportFlags
- A combination of JsonExportFlags which determines how the geometry is exported.
- geometry
- The input geometry to write to a string.
Return Value
The JSON version of the input geometry.