AssetSetIterator
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.Visual.AssetSetIterator
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.Visual.AssetSetIterator
public abstract class AssetSetIterator : APIObject,
IEnumerator
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AssetSetIterator() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| MoveNext() | bool | ||
| Reset() | None | ||
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Current | Object | ||
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |