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