A copy of the ExportLayerInfo item that corresponds to the layer's
ExportLayerKey.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ExportLayerInfo this[ ExportLayerKey layerKey ] { get; set; }
Parameters
- layerKey ExportLayerKey
Return Value
ExportLayerInfoA copy of the ExportLayerInfo for the layer Key.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When getting this property: An entry with the given key is not present in the table. |