Geotools.Net

Projection.GetParameter Method 

Gets the parameters for this projection.

[Visual Basic]
NotOverridable Public Function GetParameter( _
   ByVal index As Integer _
) As ProjectionParameter Implements _
   IProjection.GetParameter
[C#]
public ProjectionParameter GetParameter(
   int index
);

Parameters

index
The index of the parameter to return.

Return Value

IProjectionParameter containing the parameter information.

Implements

IProjection.GetParameter

Remarks

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

See Also

Projection Class | Projection Members | Geotools.CoordinateReferenceSystems Namespace