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: 26.0.4.0 (26.0.4.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