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


IComplexJunctionFeature.FieldToEIDMapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.FieldToEIDMapping Property
ArcGIS Developer Help

IComplexJunctionFeature.FieldToEIDMapping Property

The EID associated with the specified field index.

[Visual Basic .NET]
Public Function get_FieldToEIDMapping ( _
    ByVal FieldIndex As Integer _
) As Integer
[C#]
public int get_FieldToEIDMapping (
    int FieldIndex
);
[C++]
HRESULT get_FieldToEIDMapping(
  long FieldIndex,
  System.Int32* EID
);
[C++]
Parameters
FieldIndex [in]

FieldIndex is a parameter of type long EID [out, retval]
EID is a parameter of type long*

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.

See Also

IComplexJunctionFeature Interface