| Revit 2022.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: 22.0.0.0 (22.1.1.0)
Since:
2017
Syntax
| C# |
|---|
public Transform GetLocation() |
| Visual Basic |
|---|
Public Function GetLocation As Transform |
| Visual C++ |
|---|
public: Transform^ GetLocation() |