ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.FactoryCode Property

The factory code of the spatial reference.

[Visual Basic .NET]
Public Property FactoryCode As Integer
[C#]
public int FactoryCode {get; set;}
[C++]
HRESULT get_FactoryCode(
  long* code
);
[C++]
HRESULT put_FactoryCode(
  long code
);
[C++]

Parameters

code [out, retval]   code is a parameter of type long code [in]   code is a parameter of type long

Product Availability

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

See Also

IGpSpRefObject Interface