MEPSystem.GetPhysicalNetworksNumber Method

MEPSystemGetPhysicalNetworksNumber Method

Get the physical networks number in the system.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int GetPhysicalNetworksNumber()
Public Function GetPhysicalNetworksNumber As Integer
public:
int GetPhysicalNetworksNumber()
member GetPhysicalNetworksNumber : unit -> int 

Return Value

Int32
The number of physical networks.
See Also