PlanTopology.Circuits Property

PlanTopologyCircuits Property

The Circuits of the PlanTopology.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public PlanCircuitSet Circuits { get; }
Public ReadOnly Property Circuits As PlanCircuitSet
	Get
public:
property PlanCircuitSet^ Circuits {
	PlanCircuitSet^ get ();
}
member Circuits : PlanCircuitSet with get

Property Value

PlanCircuitSet
See Also