ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / ResizeInEditOperation Method
The ArcGIS.Core.Data.UtilityNetwork.Telecom.UnitIdentifierManager instance used to update the number of units.
Represents the details of a container ArcGIS.Core.Data.UtilityNetwork.Telecom.UnitIdentifier equipment.
Represents the new last unit in the container equipment.

In This Topic
    ResizeInEditOperation Method
    In This Topic
    Updates the number of units in an equipment container. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shared Sub ResizeInEditOperation( _
       ByVal unitIdentifierManager As UnitIdentifierManager, _
       ByVal content As UnitIdentifier, _
       ByVal lastUnit As Short _
    ) 
    public static void ResizeInEditOperation( 
       UnitIdentifierManager unitIdentifierManager,
       UnitIdentifier content,
       short lastUnit
    )

    Parameters

    unitIdentifierManager
    The ArcGIS.Core.Data.UtilityNetwork.Telecom.UnitIdentifierManager instance used to update the number of units.
    content
    Represents the details of a container ArcGIS.Core.Data.UtilityNetwork.Telecom.UnitIdentifier equipment.
    lastUnit
    Represents the new last unit in the container equipment.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also