GH_DocumentServer.GetEnumerator_Generic Method

GH_DocumentServerGetEnumerator_Generic Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IEnumerator<GH_Document> GetEnumerator_Generic()
Public Function GetEnumerator_Generic As IEnumerator(Of GH_Document)

Return Value

Type: IEnumeratorGH_Document

Implements

IEnumerableTGetEnumerator
See Also