2027 Property
Changes 0
P

Document.PlanTopology

Description:
Get the PlanTopology of a given level in a given 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.
Overloads (2):
PlanTopology(Level,Phase)
public PlanTopology this[
	Level level,
	Phase phase
] { get; }
  • level
    The level of the Plan Topology.
  • phase
    The phase of the Plan Topology.