Revit 2026 API
DocumentPlan |
Get the PlanTopology of a given level in a given phase.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PlanTopology this[ Level level, Phase phase ] { get; }
Public ReadOnly Property PlanTopology ( level As Level, phase As Phase ) As PlanTopology Get
public: property PlanTopology^ PlanTopology[Level^ level, Phase^ phase] { PlanTopology^ get (Level^ level, Phase^ phase); }
member PlanTopology : PlanTopology with get
Parameters
Property Value
PlanTopology
Accessing plan topology requires that document is modifiable as it will actually trigger calculating plan topology if they have not been calculated yet.
The time necessary for the calculations may be significant and should be considered.
See Also