This document is archived and information here might be outdated.  Recommended version.


ISpatialReferenceAuthority.AuthorityName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceAuthority Interface > ISpatialReferenceAuthority.AuthorityName Property
ArcGIS Developer Help

ISpatialReferenceAuthority.AuthorityName Property

The name of the defining authority for this object.

[Visual Basic .NET]
Public ReadOnly Property AuthorityName As String
[C#]
public string AuthorityName {get;}
[C++]
HRESULT get_AuthorityName(
  System.String* pAuthName
);
[C++]
Parameters
pAuthName [out, retval]

pAuthName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpatialReferenceAuthority Interface