| Revit 2022.1 API |
| BalusterInfo..::..GetReferenceNameForTopRail Method |
| BalusterInfo Class See Also |
Gets the name string to be used as a reference to Top Rail in the current language.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020
Syntax
| C# |
|---|
public static string GetReferenceNameForTopRail() |
| Visual Basic |
|---|
Public Shared Function GetReferenceNameForTopRail As String |
| Visual C++ |
|---|
public: static String^ GetReferenceNameForTopRail() |
Return Value
The name string to be used as a reference to Top Rail.
Remarks
This name can be used in the setter for BaseReferenceName
or TopReferenceName.
The name can also be compared with the value coming from the getter.