RhinoCommon API
File3dmViewTableGetEnumerator Method |
Returns an enumerator that yields all views in the table.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public IEnumerator<ViewInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ViewInfo)
Return Value
Type: IEnumeratorViewInfoAn enumerator.