DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SetCSByWKTFile | Methods | Properties
Sets the coordinate system from a file containing a WKT (Well-Known Text) string with a GEOGCS or PROJCS definition. If the file does not exist or the WKT string is empty, the coordinate system is turned off.
// C# public void SetCSByWKTFile( WideString _path );
' VisualBasic Public Sub SetCSByWKTFile( ByVal _path As WideString )
// Oxygene public procedure SetCSByWKTFile( _path : WideString );
| Name | Type | Description |
|---|---|---|
| _path | WideString | Path to the file with the WKT (Well-Known Text) string, for example a Shapefile .PRJ file. |