CoordinateSystem.ToWktId Method

Displays a string that can be used with extended WKT.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Function ToWktId As String
'Usage
Dim instance As CoordinateSystem 
Dim returnValue As String 

returnValue = instance.ToWktId()
public string ToWktId()
public:
String^ ToWktId()
member ToWktId : unit -> string
public function ToWktId() : String

Return Value

Type: System.String
String representation in the form of SRID=#;

See Also

Reference

CoordinateSystem Class

System.Spatial Namespace