ArcObjects Library Reference (EditorExt)  

IGeometricNetworkIncrementalLoader.GenerateNameMapping Method

Generates a list of mappings to transfer and unmapped target fields object.

[Visual Basic .NET]
Public Sub GenerateNameMapping ( _
    ByVal sourceFCs As IEnumName, _
    ByVal TargetNetwork As IGeometricNetworkName, _
    ByRef fcMapping As IEnumNameMapping, _
    ByRef UnmappedTargetFields As IPropertySet _
)
[C#]
public void GenerateNameMapping (
    IEnumName sourceFCs,
    IGeometricNetworkName TargetNetwork,
    ref IEnumNameMapping fcMapping,
    ref IPropertySet UnmappedTargetFields
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeometricNetworkIncrementalLoader Interface