ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / UnitIdentifierManager Class / Combine Method
Elements to combine.

In This Topic
    Combine Method (UnitIdentifierManager)
    In This Topic
    Combines the elements. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    telecomElements
    Elements to combine.

    Return Value

    Information about the combined element.
    Exceptions
    ExceptionDescription
    The list of elements is not valid for the combine operation.
    telecomElements is null.
    This operation must be called within an edit operation. For stand-alone CoreHost applications, wrap this call within ArcGIS.Core.Data.Geodatabase.ApplyEdits.
    A geodatabase-related exception has occurred.
    Remarks
    For stand-alone CoreHost applications, calls to this method should be enclosed within a call to ArcGIS.Core.Data.Geodatabase.ApplyEdits.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also