NumberSystem.SetReferencePick Method
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
Remarks
It is suggested to get the new reference via GetNumberSystemReference() from the host element.
See Also
Reference
NumberSystem Class
Autodesk.Revit.DB Namespace