ArcGIS Pro 2.6 API Reference Guide
GetLinearConnectivityPolicy Method

ArcGIS.Core.Data.UtilityNetwork Namespace > AssetType Class : GetLinearConnectivityPolicy Method
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 10, Windows 8.1, Windows 7

See Also

Reference

AssetType Class
AssetType Members