PointCloudInstance.GetSelectionFilter Method

PointCloudInstanceGetSelectionFilter Method

Returns the currently active selection filter for this point cloud.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public PointCloudFilter GetSelectionFilter()
Public Function GetSelectionFilter As PointCloudFilter
public:
PointCloudFilter^ GetSelectionFilter()
member GetSelectionFilter : unit -> PointCloudFilter 

Return Value

PointCloudFilter
Currently active selection filter or if none is active.
See Also