ACADExportOptionsMarkNonplotLayers Property

If true and the nonplot layer suffix is not empty, all layers whose names contain that suffix will be marked as non-plot.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool MarkNonplotLayers { get; set; }

Property Value

Boolean
Remarks
A typical use would be to mark as non-plot all layers containing -NPLT. Default value is false
See Also