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