ArcGIS Pro 2.6 API Reference Guide
IsApportionable Property

ArcGIS.Core.Data.UtilityNetwork Namespace > NetworkAttribute Class : IsApportionable Property
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 10, Windows 8.1, Windows 7

See Also

Reference

NetworkAttribute Class
NetworkAttribute Members