Click or drag to resize

ManifestTableGetEnumeratorT 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<T> GetEnumerator<T>()
where T : ModelComponent

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Rhino.FileIO.ManifestTable.GetEnumerator``1"]

Return Value

Type: IEnumeratorT
An enumerator.
See Also