ManifestTable.GetEnumerator Method (ModelComponentType)

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)
Syntax
public abstract IEnumerator<ModelComponent> GetEnumerator(
	ModelComponentType type
)
Public MustOverride Function GetEnumerator ( 
	type As ModelComponentType
) As IEnumerator(Of ModelComponent)

Parameters

type
Type: Rhino.DocObjectsModelComponentType
The model component type.

Return Value

Type: IEnumeratorModelComponent
An enumerator.
Version Information

Rhino for Windows

Supported in: 6.14
See Also