GeodeticDatum.AuthorityCode Property
Gets the unique code for the GeodeticDatum instance, according to the Authority, for example 6322.
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 GeodeticDatum manually. However, the property will usually be set in a GeodeticDatum that is predefined, or is part of a Crs that is predefined or created by Crs.FromAuthorityAndCode or by Crs.FromWellKnownText, or created by a DataSet that reads its Crs from file.
Platforms
Windows, Linux, Android