An iterator to a set of Layer table.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2014
Syntax
| C# |
|---|
public class ExportLayerTableIterator : IEnumerator<KeyValuePair<ExportLayerKey, ExportLayerInfo>> |
| Visual Basic |
|---|
Public Class ExportLayerTableIterator _ Implements IEnumerator(Of KeyValuePair(Of ExportLayerKey, ExportLayerInfo)) |
| Visual C++ |
|---|
public ref class ExportLayerTableIterator : IEnumerator<KeyValuePair<ExportLayerKey^, ExportLayerInfo^>> |