| Revit Preview Release API |
| DisplacementElement..::..ResetDisplacedElements Method |
| DisplacementElement Class See Also |
Sets the translation of the DisplacementElement to (0, 0, 0).
The DisplacementElement continues to exist, but its elements are displayed in their actual location.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
public void ResetDisplacedElements() |
| Visual Basic |
|---|
Public Sub ResetDisplacedElements |
| Visual C++ |
|---|
public: void ResetDisplacedElements() |