Click or drag to resize

SelectionCustomFilterTSelectionFilter Method (TSelection)

Filters if selection should be added to the selection box

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
protected virtual bool Filter(
	TSelection selection
)

Parameters

selection
Type: TSelection
Pointer to SOLIDWORKS object which is about to be selected

Return Value

Type: Boolean
True to add the selection to selection box, false to ignore the selection
See Also