DisplayConduitGetSelectionFilter Method |
The selection filter will make per-object conduit functions only be
called for selected objects (when the filter is turned on)
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntaxpublic void GetSelectionFilter(
out bool on,
out bool checkSubObjects
)
Public Sub GetSelectionFilter (
<OutAttribute> ByRef on As Boolean,
<OutAttribute> ByRef checkSubObjects As Boolean
)
Parameters
- on
- Type: SystemBoolean
[Missing <param name="on"/> documentation for "M:Rhino.Display.DisplayConduit.GetSelectionFilter(System.Boolean@,System.Boolean@)"]
- checkSubObjects
- Type: SystemBoolean
[Missing <param name="checkSubObjects"/> documentation for "M:Rhino.Display.DisplayConduit.GetSelectionFilter(System.Boolean@,System.Boolean@)"]
See Also