DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSEllipsoidList.ByWKT | Methods | Properties
Find object on the list based on WKT string.
// C# public ITGIS_CSEllipsoid ByWKT( WideString _wkt );
' VisualBasic Public Function ByWKT( ByVal _wkt As WideString ) As ITGIS_CSEllipsoid
// Oxygene public function ByWKT( _wkt : WideString ) : ITGIS_CSEllipsoid;
Name | Type | Description |
---|---|---|
_wkt | WideString | WKT name |
Type | Description |
---|---|
ITGIS_CSEllipsoid | Found object or nil. |