ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / NetworkAttribute Class / IsApportionable Property

In This Topic
    IsApportionable Property
    In This Topic
    Gets a value indicating whether the network attribute should be apportioned across the length of linear features.
    Syntax
    public bool IsApportionable {get;}
    Public ReadOnly Property IsApportionable As Boolean
    Remarks
    The canonical example here is shape length. If a point is chosen 25% of the way along the edge, 25% of the attribute's value is assigned to the short part of the edge, and 75% of the attribute's value is assigned to the long part of the edge.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also