DK11 for .NET | TatukGIS.NDK.TGIS_CSAreaList.ByEPSG | Constructors | Methods | Properties
Find object on the list based on EPSG code.
// C# public virtual TGIS_CSArea ByEPSG( int _epsg );
' VisualBasic Public Overridable Function ByEPSG( ByVal _epsg As Integer ) As TGIS_CSArea
// Oxygene public function ByEPSG( _epsg : Integer ) : TGIS_CSArea; reintroduce; virtual;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code |
Type | Description |
---|---|
TGIS_CSArea | Found object or nil. |