ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / UtilityNetworkDefinition Class / DatasetType Property

In This Topic
    DatasetType Property (UtilityNetworkDefinition)
    In This Topic
    Gets the ArcGIS.Core.Data.DatasetType. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overrides NotOverridable ReadOnly Property DatasetType As DatasetType
    public override DatasetType DatasetType {get;}

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also