ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / UnitIdentifier Class / UnitIdentifier Constructor
The network source of the container or content.
The GlobalID of the container or content.

In This Topic
    UnitIdentifier Constructor
    In This Topic
    Creates a new instance of UnitIdentifier with the specified network source and GlobalID.
    Syntax
    Public Function New( _
       ByVal networkSource As NetworkSource, _
       ByVal globalID As Guid _
    )
    public UnitIdentifier( 
       NetworkSource networkSource,
       Guid globalID
    )

    Parameters

    networkSource
    The network source of the container or content.
    globalID
    The GlobalID of the container or content.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also