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

In This Topic
    IsInline Property
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also