| Revit 2022.1 API |
| FabricSheet..::..GetSheetLocation Method |
| FabricSheet Class See Also |
Gets the position and the orientation of the Fabric Sheet instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
| C# |
|---|
public Transform GetSheetLocation() |
| Visual Basic |
|---|
Public Function GetSheetLocation As Transform |
| Visual C++ |
|---|
public: Transform^ GetSheetLocation() |