Ellipsoid.AuthorityCode Property
Gets the unique code for the ellipsoid instance, according to the Authority, for example "7004".
Syntax
public System.String AuthorityCode { get; }
Property Value
Default: ""
A code for the ellipsoid instance, unique within the authority database.
Remarks
In the EPSG database, the code for an ellipsoid is usually a four-digit number starting with 70 or 10.
You cannot set the AuthorityCode property when you construct an Ellipsoid manually. However, the property will usually be set in an Ellipsoid that is predefined, or is part of a Crs created by Crs.FromAuthorityAndCode or by Crs.FromWellKnownText, or created by a DataSet that reads its Crs from metadata in the files.
Platforms
Windows, Linux, Android