Share

ACADExportOptions.MarkNonplotLayers 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: 26.2.0.0 (26.2.0.0)

Syntax

C#

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

Reference

Was this information helpful?