Click or drag to resize

SubDEdgeListGetEnumerator Method

Implementation of IEnumerable

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public IEnumerator<SubDEdge> GetEnumerator()

Return Value

Type: IEnumeratorSubDEdge

[Missing <returns> documentation for "M:Rhino.Geometry.Collections.SubDEdgeList.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also