Revit 2026 API
View |
True to enable "smooth edge" (anti-aliasing) effect. False to disable it.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool SmoothEdges { get; set; }
Public Property SmoothEdges As Boolean Get Set
public: property bool SmoothEdges { bool get (); void set (bool value); }
member SmoothEdges : bool with get, set
Property Value
BooleanSee Also