DK11 for .NET | TatukGIS.NDK.TGIS_CSEllipsoidList.ByWKT | Constructors | Methods | Properties
Find object on the list based on WKT string.
// C# public virtual TGIS_CSEllipsoid ByWKT( string _wkt );
' VisualBasic Public Overridable Function ByWKT( ByVal _wkt As String ) As TGIS_CSEllipsoid
// Oxygene public function ByWKT( _wkt : String ) : TGIS_CSEllipsoid; reintroduce; virtual;
Name | Type | Description |
---|---|---|
_wkt | string String | WKT name |
Type | Description |
---|---|
TGIS_CSEllipsoid | Found object or nil. |