Share

BaseExportOptions.LayerMapping Property

Name of a layer settings standard or filename (with custom layer settings). Valid standards are: DGNV7 (only for DGN), AIA, CP83, BS1192, and ISO13567. default value is "" (empty) which means if no value is set, if no value is set, Revit will use a default value according to the localization.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public string LayerMapping { get; set; }

Property Value

String

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

See Also

Reference

Was this information helpful?