Get all distribution system types of the project.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public DistributionSysTypeSet DistributionSysTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DistributionSysTypes As DistributionSysTypeSet Get |
| Visual C++ |
|---|
public: property DistributionSysTypeSet^ DistributionSysTypes { DistributionSysTypeSet^ get (); } |