Revit 2025.3 API
Part |
Whether pattern defined by the division rule should be mirrored before application
Mirroring is similar to changing indices of u-const gridlines.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool DivisionPatternMirror { get; set; }
Public Property DivisionPatternMirror As Boolean Get Set
public: property bool DivisionPatternMirror { bool get (); void set (bool value); }
member DivisionPatternMirror : bool with get, set
Property Value
BooleanSee Also