Revit 2025 API
Displacement |
The relative displacement applied to the displaced elements by this DisplacementElement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public XYZ GetRelativeDisplacement()
Public Function GetRelativeDisplacement As XYZ
public: XYZ^ GetRelativeDisplacement()
member GetRelativeDisplacement : unit -> XYZ
Return Value
XYZThe relative displacement.
See Also