ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / Subtract Class / Subtract Constructor / Subtract Constructor(NetworkAttribute)
The network attribute.

In This Topic
    Subtract Constructor(NetworkAttribute)
    In This Topic
    Initializes a new instance of the Subtract class.
    Syntax
    Public Function New( _
       ByVal networkAttribute As NetworkAttribute _
    )
    public Subtract( 
       NetworkAttribute networkAttribute
    )

    Parameters

    networkAttribute
    The network attribute.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also