| Revit 2019.2 API |
| ExportLayerTable..::..Item Property |
| ExportLayerTable Class See Also |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public ExportLayerInfo this[ ExportLayerKey layerKey ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ layerKey As ExportLayerKey _ ) As ExportLayerInfo Get Set |
| Visual C++ |
|---|
public: virtual property ExportLayerInfo^ default[ExportLayerKey^ layerKey] { ExportLayerInfo^ get (ExportLayerKey^ layerKey) sealed; void set (ExportLayerKey^ layerKey, ExportLayerInfo^ value) sealed; } |
Parameters
- layerKey
- Type: Autodesk.Revit.DB..::..ExportLayerKey