Use this method to discard any resources consumed by the iterator. Revit will call it when done using the iterator.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2012
Syntax
C# |
---|
void Free() |
Visual Basic |
---|
Sub Free |
Visual C++ |
---|
void Free() |