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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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