RhinoCommon API
File3dmObjectTableGetEnumerator Method |
Returns an enumerator that yields all objects in this document.
Like in Rhino, this includes lights. Unlike in Rhino, however, all lights are returned in the end of the list.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public IEnumerator<File3dmObject> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of File3dmObject)
Return Value
Type: IEnumeratorFile3dmObjectAn enumerator that yields all objects in a document.