ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Tier Class / GetEditModeForUpdateSubnetwork Method
The version type for which to retreive the edit mode.

In This Topic
    GetEditModeForUpdateSubnetwork Method
    In This Topic
    Describes how update subnetwork uses eventing for a particular version type.
    Syntax
    public EditMode GetEditModeForUpdateSubnetwork( 
       VersionSpecification specification
    )
    Public Function GetEditModeForUpdateSubnetwork( _
       ByVal specification As VersionSpecification _
    ) As EditMode

    Parameters

    specification
    The version type for which to retreive the edit mode.

    Return Value

    The EditMode for the specified version type.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also