| Revit 2020.1 API |
| DirectShapeLibrary..::..Reset Method |
| DirectShapeLibrary Class See Also |
Removes all definitions from library. This is useful when importing several self-contained data sets within one session.
Once a data set is imported, keeping the definitions specific to that data set will slow down the searches.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2015
Syntax
| C# |
|---|
public void Reset() |
| Visual Basic |
|---|
Public Sub Reset |
| Visual C++ |
|---|
public: void Reset() |