The connector tolerance value.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
public double ConnectorTolerance { get; set; } |
| Visual Basic |
|---|
Public Property ConnectorTolerance As Double Get Set |
| Visual C++ |
|---|
public: property double ConnectorTolerance { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: The given value for dValue is not finite |