This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceInfo Interface > ISpatialReferenceInfo.FactoryCode Property (ArcObjects .NET 10.4 SDK) |
The factory code (WKID) of the spatial reference.
[Visual Basic .NET] Public ReadOnly Property FactoryCode As Integer
[C#] public int FactoryCode {get;}
[C++]
HRESULT get_FactoryCode(
long* Code
);
[C++]
Parameters Code [out, retval] Code is a parameter of type long
The factory code is an integer identifier that is unique by projection engine object type, such as a projected coordinate system. You can use a factory code in the ISpatialReferenceFactory::CreateProjectedCoordinateSystem method for example. If you create a custom projected coordinate system, the factory code is zero.