Sets the reference pick.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetReferencePick( Reference referencePick )
Parameters
- referencePick Reference
- The pick to set.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The referencePick is not a valid reference. |
| ArgumentNullException | A non-optional argument was null |
