ManifestTable.GetEnumerator(T) Method

ManifestTableGetEnumeratorT Method

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

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

Type Parameters

T

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

Return Value

Type: IEnumeratorT
An enumerator.
Version Information

Rhino for Windows

Supported in: 6.14
See Also