Gets the name of the reference plane in the family corresponding to the given family instance reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public string GetReferenceName( Reference reference )
Parameters
- reference Reference
- The family instance reference.
Return Value
StringReturns the name of the reference plane in the family corresponding to the given family instance reference. If the reference doesn't correspond to a named reference plane, returns an empty string.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |