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


IGpSpRefObject2.FactoryCodeEx Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject2 Interface > IGpSpRefObject2.FactoryCodeEx Property
ArcGIS Developer Help

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