Revit 2018 API |
PointCloudFilter..::..Clone Method |
PointCloudFilter Class See Also |
Returns a copy of the filter. The engine is permitted to copy the filter multiple times e.g. to parallelize filtering.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2012
Syntax
C# |
---|
public PointCloudFilter Clone() |
Visual Basic |
---|
Public Function Clone As PointCloudFilter |
Visual C++ |
---|
public: PointCloudFilter^ Clone() |