Gets the first step of network iteration.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2024

Syntax

C#
public void Start()
Visual Basic
Public Sub Start
Visual C++
public:
void Start()

Remarks

The first step may not contain any analytical segment, but the first analytical node.

See Also