Revit 2023 API |
ViewDisplayModel..::..SmoothEdges Property |
ViewDisplayModel Class See Also |
True to enable "smooth edge" (anti-aliasing) effect. False to disable it.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public bool SmoothEdges { get; set; } |
Visual Basic |
---|
Public Property SmoothEdges As Boolean Get Set |
Visual C++ |
---|
public: property bool SmoothEdges { bool get (); void set (bool value); } |