DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.ByEPSG_ | Methods | Properties
Find object on the list based on EPSG code.
// C# public ITGIS_CSAbstract ByEPSG_( int _epsg );
' VisualBasic Public Function ByEPSG_( ByVal _epsg As Integer ) As ITGIS_CSAbstract
// Oxygene public function ByEPSG_( _epsg : Integer ) : ITGIS_CSAbstract;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code |
Type | Description |
---|---|
ITGIS_CSAbstract | Found object or nil. |