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