Click or drag to resize

LayoutCollectionGetEnumerator Method

Return an enumerator that iterates over the collection.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
public IEnumerator<Layout> GetEnumerator()

Return Value

Type: IEnumeratorLayout

Implements

IEnumerableTGetEnumerator
See Also