ArcGIS Pro 2.8 API Reference Guide
IsInline Property

ArcGIS.Core.Data.UtilityNetwork Namespace > NetworkAttribute Class : IsInline Property
Gets a value indicating whether the network attribute is stored inline with other topology information.
Syntax
public bool IsInline {get;}
Public ReadOnly Property IsInline As Boolean
Remarks
When a numeric network attribute is created, there is an option that allows the caller to designate the network attribute as inline. This allows the network attribute to be stored in the same system table as the elements themselves, rather than being stored in an external table. This provides slightly better performance, but only a limited number of bits are available for inline network attributes.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

NetworkAttribute Class
NetworkAttribute Members