Geotools.Net

IProjection.GetParameter Method 

Gets an indexed parameter of the projection.

[Visual Basic]
Function GetParameter( _
   ByVal Index As Integer _
) As ProjectionParameter
[C#]
ProjectionParameter GetParameter(
   int Index
);

Parameters

Index
Zero based index of parameter to fetch.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.IProjection.GetParameter(System.Int32)

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.IProjection.GetParameter(System.Int32)

See Also

IProjection Interface | IProjection Members | Geotools.CoordinateReferenceSystems Namespace