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

Syntax

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

Parameters

id
Type: System..::..Int32

See Also