Click or drag to resize

ManifestTableGetEnumerator Method

Visits all model components in the document, including default ones.

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

Return Value

Type: IEnumeratorModelComponent
An enumerator.

Implements

IEnumerableTGetEnumerator
See Also