This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IG > IGeometricNetworkIncrementalLoader Interface > IGeometricNetworkIncrementalLoader.GenerateNameMapping Method (ArcObjects .NET 10.4 SDK) |
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 );