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