Revit 2026 API
Fabric |
Gets the position and the orientation of the Fabric Sheet instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Transform GetSheetLocation()
Public Function GetSheetLocation As Transform
public: Transform^ GetSheetLocation()
member GetSheetLocation : unit -> Transform
Return Value
TransformThe location of the Fabric Sheet instance.
See Also