Projection.AuthorityCode Property
Gets the unique code for the projection instance, according to the Authority, for example "19883".
Syntax
public System.String AuthorityCode { get; }
Property Value
Default: ""
The unique code assigned by the authority.
Remarks
You cannot set the AuthorityCode property when you construct a Projection instance manually. However, the property will usually be set in a Projection instance that is predefined, or is part of a Crs that is predefined or created by Crs.FromAuthorityAndCode or by Crs.FromWellKnownText, or by a DataSet that reads the Crs specification from file.
Platforms
Windows, Linux, Android