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: 22.0.0.0 (22.1.1.0)
Since:
2018
Syntax
C# |
---|
public string GetReferenceName(
Reference reference
) |
Visual Basic |
---|
Public Function GetReferenceName ( _
reference As Reference _
) As String |
Visual C++ |
---|
public:
String^ GetReferenceName(
Reference^ reference
) |
Return Value
Returns 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.
Remarks
Exceptions
See Also