Changes the connector host reference to a new planar face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ChangeHostReference( Reference planarFace )
Parameters
- planarFace Reference
- The planar face to place the connector on.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The face is not a planar face. |
| ArgumentNullException | A non-optional argument was null |
