RhinoCommon API
ObjectTableObjectCount Method |
Returns the number objects that pass a filter.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
public int ObjectCount( ObjectEnumeratorSettings filter )
Public Function ObjectCount ( filter As ObjectEnumeratorSettings ) As Integer
Parameters
- filter
- Type: Rhino.DocObjectsObjectEnumeratorSettings
The ObjectEnumeratorSettings filter.
Return Value
Type: Int32The number of objects that pass the filter.