ProjectedSpatialReferenceSystemParameters.GetProjectionParameter

ProjectedSpatialReferenceSystemParameters.GetProjectionParameter method

Gets projection parameter with specified name.

public double GetProjectionParameter(string parameterName)
ParameterTypeDescription
parameterNameStringName of parameter.

Return Value

Projection parameter value.

Exceptions

exceptioncondition
ArgumentNullExceptionParameter name is null.
InvalidOperationExceptionParameter with such name is not set.

See Also