Revit 2021.1 API |
FamilyPointLocation..::..Name Property |
FamilyPointLocation Class See Also |
The name of the corresponding reference point in the Family document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public string Name { get; } |
Visual Basic |
---|
Public ReadOnly Property Name As String Get |
Visual C++ |
---|
public: property String^ Name { String^ get (); } |