ArcGIS Pro 3.2 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 Subtract( 
       NetworkAttribute networkAttribute
    )
    Public Function New( _
       ByVal networkAttribute As NetworkAttribute _
    )

    Parameters

    networkAttribute
    The network attribute.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also