Property DirtyAreaTable
DirtyAreaTable
Gets the dirty area table of the UtilityNetwork.
Declaration
public ArcGISFeatureTable DirtyAreaTable { get; }
Property Value
Type | Description |
---|---|
ArcGISFeatureTable | The dirty area table of the UtilityNetwork. |
Remarks
A read-only table that can be used to query features that represent either:
- a new or modified feature in the utility network that has not yet been validated in the network topology
- an error that resulted from enabling or validating network topology or updating subnetworks
A dirty area is created when modifications are made to feature geometry, asset group or asset type fields, network attribute fields, associations, or terminal configuration information.
The dirty area table is null
until the utility network is loaded or if the utility network does not support the network state.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |