The coefficient of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public double Coefficient { get; } |
Visual Basic |
---|
Public ReadOnly Property Coefficient As Double Get |
Visual C++ |
---|
public: property double Coefficient { double get (); } |
Remarks
Instantaneous coefficient of this connector, calculated according to system.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the connector's domain is not DomainHvac or DomainPiping. |