| Revit 2020.1 API |
| FamilyPointLocation..::..GetLocation Method |
| FamilyPointLocation Class See Also |
Gets the location of the point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2017
Syntax
| C# |
|---|
public Transform GetLocation() |
| Visual Basic |
|---|
Public Function GetLocation As Transform |
| Visual C++ |
|---|
public: Transform^ GetLocation() |