ExportPatternTableIterator
Description:
An iterator to a set of Pattern table.
An iterator to a set of Pattern table.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExportPatternTableIterator
System.Object
Autodesk.Revit.DB.ExportPatternTableIterator
public class ExportPatternTableIterator : IEnumerator<KeyValuePair<ExportPatternKey, ExportPatternInfo>>
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| IsDone() | bool | Identifies if the iteration has completed. |
| MoveNext() | bool | Increments the iterator to the next item. |
| Reset() | None | Resets the iterator to the initial state. |
| Name | Return Type | Description |
|---|---|---|
| CurrentObject | Object | |
| Current | KeyValuePair | Gets the item at the current position of the iterator. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |