ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Subnetwork Class / GetLineFeature Method

In This Topic
    GetLineFeature Method
    In This Topic
    Returns the ArcGIS.Core.Data.Feature from the SubnetLine table that corresponds to this subnetwork. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Feature GetLineFeature()
    Public Function GetLineFeature() As Feature

    Return Value

    The ArcGIS.Core.Data.Feature from the SubnetLine table that corresponds to this subnetwork.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    Note that if Update has not yet been called, or if the subnetwork does not contain any features with an AssetType, returned by Tier.ValidSubnetworkLines, the feature may not exist.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also