RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.PlanTopology(Level)

Property
Description:
Get the PlanTopology of a given level in the last phase.
Remarks:
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.
Syntax
public PlanTopology this[
	Level level
] { get; }
Parameters
Parameter Type Description
level Level The level of the Plan Topology.
Return Value