Document.PlanTopologies
Description:
Gets the PlanTopologies of the current project in a given phase.
Gets the PlanTopologies of the current project in a given phase.
Remarks:
Accessing plan topologies requires that document is modifiable as it will actually trigger calculating plan topologies if they have not been calculated yet. The time necessary for the calculations may be significant and should be considered.
Accessing plan topologies requires that document is modifiable as it will actually trigger calculating plan topologies if they have not been calculated yet. The time necessary for the calculations may be significant and should be considered.
Overloads (2):
PlanTopologies(Phase)
public PlanTopologySet this[
Phase phase
] { get; }
-
phaseThe phase of the Plan Topology.