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


IGeometricNetworkIncrementalLoader.GetUnmappedTargetFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IG > IGeometricNetworkIncrementalLoader Interface > IGeometricNetworkIncrementalLoader.GetUnmappedTargetFields Method
ArcGIS Developer Help

IGeometricNetworkIncrementalLoader.GetUnmappedTargetFields Method

Populates unmapped target fields object.

[Visual Basic .NET]
Public Sub GetUnmappedTargetFields ( _
    ByVal TargetNetwork As IGeometricNetwork, _
    ByVal fcMapping As IEnumNameMapping, _
    ByVal UnmappedTargetFields As IPropertySet _
)
[C#]
public void GetUnmappedTargetFields (
    IGeometricNetwork TargetNetwork,
    IEnumNameMapping fcMapping,
    IPropertySet UnmappedTargetFields
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeometricNetworkIncrementalLoader Interface