DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SetCSByWKTFile | Methods | Properties
Setup Coordinate System to a coordinate system provided by file which contains WKT string (GEOGCS or PROJCS). If file does not exist or provided WKT string is empty then coordinate system will be 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 with WKT string (for example shapefile .PRJ) |