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: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public bool MarkNonplotLayers { get; set; }
Visual Basic
Public Property MarkNonplotLayers As Boolean
	Get
	Set
Visual C++
public:
property bool MarkNonplotLayers {
	bool get ();
	void set (bool value);
}

Remarks

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

See Also