ViewDisplaySketchyLinesEnableSketchyLines Property |
True to enable sketchy lines visibility. False to disable it.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool EnableSketchyLines { get; set; }
Public Property EnableSketchyLines As Boolean
Get
Set
public:
property bool EnableSketchyLines {
bool get ();
void set (bool value);
}
member EnableSketchyLines : bool with get, set
Property Value
Boolean
See Also