ArcGIS Pro 2.9 API Reference Guide
Update(TraceConfiguration) Method

ArcGIS.Core.Data.UtilityNetwork Namespace > Subnetwork Class > Update Method : Update(TraceConfiguration) Method
The argument to override the default trace configuration stored on the Tier.
Updates the subnetwork. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void Update( 
   TraceConfiguration traceConfiguration
)
Public Overloads Sub Update( _
   ByVal traceConfiguration As TraceConfiguration _
) 

Parameters

traceConfiguration
The argument to override the default trace configuration stored on the Tier.
Exceptions
ExceptionDescription
traceConfiguration is null.

This subnetwork no longer exists (e.g., it has been purged from the database).

-or-

This operation cannot be invoked inside ArcGIS.Core.Data.Geodatabase.ApplyEdits or when editing is in progress.

A geodatabase-related exception has occurred.
This method or property must be called within the lambda passed to QueuedTask.Run
Remarks
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Subnetwork Class
Subnetwork Members
Overload List