ManifestTable.GetEnumerator Method

ManifestTableGetEnumerator Method

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

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual IEnumerator<ModelComponent> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of ModelComponent)

Return Value

Type: IEnumeratorModelComponent
An enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Windows

Supported in: 6.14
See Also