Revit 2022 API |
IPointCloudAccess..::..Free Method |
IPointCloudAccess Interface See Also |
Completes the lifetime of the object providing this interface.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
C# |
---|
void Free() |
Visual Basic |
---|
Sub Free |
Visual C++ |
---|
void Free() |
Remarks
Calling this function indicates that the IPointCloudAccess interface is not going to be used
after the call returns, and the provider of the interface can dispose of all allocated resources.