Click or drag to resize

File3dmViewTableGetEnumerator Method

Returns an enumerator that yields all views in the table.

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

Return Value

Type: IEnumeratorViewInfo
An enumerator.

Implements

IEnumerableTGetEnumerator
See Also