Namespace:  EGIS.Projections
Assembly:  EGIS.Projections (in EGIS.Projections.dll)

Syntax

Visual Basic
Public Function GetCRSById ( _
	id As Integer _
) As ICRS
C#
public ICRS GetCRSById(
	int id
)
Visual C++
public:
virtual ICRS^ GetCRSById(
	int id
) sealed
JavaScript
function getCRSById(id);

Parameters

id
Type: System..::..Int32

Implements

ICRSFactory..::..GetCRSById(Int32)

See Also