ArcGIS Pro 2.9 API Reference Guide
DatasetType Property (UtilityNetworkDefinition)

ArcGIS.Core.Data.UtilityNetwork Namespace > UtilityNetworkDefinition Class : DatasetType Property
Gets the ArcGIS.Core.Data.DatasetType. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public override DatasetType DatasetType {get;}
Public Overrides NotOverridable ReadOnly Property DatasetType As DatasetType

Property Value

The ArcGIS.Core.Data.DatasetType of the utility network.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run
Remarks
This is identical to the value returned by UtilityNetwork.Type.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

UtilityNetworkDefinition Class
UtilityNetworkDefinition Members