RhinoCommon API
ObjectEnumeratorSettingsSelectedObjectsFilter Property |
The default object enumerator settings ignore the selected state of objects.
If you want the iterator to limit itself to selected objects, then set this property to true.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool SelectedObjectsFilter { get; set; }
Public Property SelectedObjectsFilter As Boolean Get Set
Property Value
Type: Boolean