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


ISpatialReferenceAuthority.Code 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.Code Property
ArcGIS Developer Help

ISpatialReferenceAuthority.Code Property

The code identifying this object relative to its authority. For the EPSG authority, this will initially be the WKID (factory code).

[Visual Basic .NET]
Public ReadOnly Property Code As Integer
[C#]
public int Code {get;}
[C++]
HRESULT get_Code(
  System.Int32* pAuthCode
);
[C++]
Parameters
pAuthCode [out, retval]

pAuthCode is a parameter of type long*

Product Availability

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

See Also

ISpatialReferenceAuthority Interface