ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / UnitIdentifierManager Class / Divide Method
Element to divide.
Number of units for each divided element.

In This Topic
    Divide Method
    In This Topic
    Divides the specified element. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    telecomElement
    Element to divide.
    numUnitsToDivide
    Number of units for each divided element.

    Return Value

    Information about the divided elements.
    Exceptions
    ExceptionDescription
    The input element or list of unit counts is not valid.
    telecomElement and/or numUnitsToDivide 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