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


IGpSpRefObject2.FactoryCodeEx Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject2.FactoryCodeEx Property

The factory codes for the spatial reference and its associated vertical coordinate system.

[Visual Basic .NET]
Public Sub set_FactoryCodeEx ( _
    ByVal code As Integer, _
    ByVal A_2 As Object _
)
[C#]
public void set_FactoryCodeEx (
    int code,
    object A_2
);
[C++]
HRESULT put_FactoryCodeEx(
  long code,
  VARIANT 
);
[C++]

Parameters code [in]
code is a parameter of type long [in]
is a parameter of type VARIANT

Product Availability

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

See Also

IGpSpRefObject2 Interface