ProjectedSpatialReferenceSystemParameters.AddProjectionParameter
ProjectedSpatialReferenceSystemParameters.AddProjectionParameter method
Adds projection parameter to this SRS. If parameter with such name already was added - update it.
public void AddProjectionParameter(string parameterName, double value)
Parameter | Type | Description |
---|
parameterName | String | Name of projection parameter. |
value | Double | Value of parameter. Unit of value should be in LinearUnit or AngularUnit of Base . |
Exceptions
exception | condition |
---|
ArgumentNullException | parameterName is null. |
See Also