Click or drag to resize

ManifestTableGetEnumerator Method (ModelComponentType)

Returns an enumerators that yields all model components, including default ones, relating to a particular type.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract IEnumerator<ModelComponent> GetEnumerator(
	ModelComponentType type
)

Parameters

type
Type: Rhino.DocObjectsModelComponentType
The model component type.

Return Value

Type: IEnumeratorModelComponent
An enumerator.
See Also