PlanTopology.Circuits Property

PlanTopologyCircuits Property

The Circuits of the PlanTopology.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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