ProjectedSpatialReferenceSystemParameters.ProjectionMethodIdentifier

ProjectedSpatialReferenceSystemParameters.ProjectionMethodIdentifier property

Identifier of projection method. There is no default value, you might set this parameter to not null value, if you want attach identifier to projection. If you do so - its up to you to ensure that identifier in consistent projection method name (projection method name will not change when you set this property).

public Identifier ProjectionMethodIdentifier { get; set; }

See Also