ObjectEnumeratorSettingsVisibleFilter Property |
The default object enumerator settings ignore the visiblity state of objects.
If you want the iterator to limit itself to visible objects, then set this property to true.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool VisibleFilter { get; set; }
Public Property VisibleFilter As Boolean
Get
Set
Property Value
Type:
Boolean
See Also