ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / AssetType Class / GetLinearConnectivityPolicy Method

In This Topic
    GetLinearConnectivityPolicy Method
    In This Topic
    Gets the ConnectivityPolicy supported by this asset type.
    Syntax
    public ConnectivityPolicy GetLinearConnectivityPolicy()
    Public Function GetLinearConnectivityPolicy() As ConnectivityPolicy
    Exceptions
    ExceptionDescription
    This instance of AssetType does not support this operation.
    Remarks

    The connectivity policy determines whether connectivity for this asset type can be established at any vertex or only at end points. It is only valid for edge features.

    If IsLinearConnectivityPolicySupported returns false, calling this method will result in an exception.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also