Share

ExportPatternTable.GetBasicIEnumerator Method

Returns an enumerator that iterates through a collection.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

internal virtual IEnumerator GetBasicIEnumerator()

Return Value

IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

See Also

Reference

Was this information helpful?