DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SetCSByWKT | Methods | Properties
Sets the coordinate system from a WKT string (GEOGCS or PROJCS). If the WKT string is empty, the coordinate system is turned off.
// C# public void SetCSByWKT( WideString _wkt );
' VisualBasic Public Sub SetCSByWKT( ByVal _wkt As WideString )
// Oxygene public procedure SetCSByWKT( _wkt : WideString );
| Name | Type | Description |
|---|---|---|
| _wkt | WideString | WKT string. |