ISelectionFilter.AllowReference
Description:
Override this post-filter method to specify if a reference to a piece of geometry is permitted to be selected.
Override this post-filter method to specify if a reference to a piece of geometry is permitted to be selected.
Remarks:
If an exception is thrown from this method, the element will not be permitted to be selected.
If an exception is thrown from this method, the element will not be permitted to be selected.
-
referenceA candidate reference in selection operation.
-
positionThe 3D position of the mouse on the candidate reference.
Return Value
bool
Return true to allow the user to select this candidate reference. Return false to prevent selection of this candidate.