Revit 2025.3 API
Stairs |
True if the stairs path arrowhead should be shown to the cutmark, false if the arrow head is not shown.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ShowArrowheadToCutMark { get; set; }
Public Property ShowArrowheadToCutMark As Boolean Get Set
public: property bool ShowArrowheadToCutMark { bool get (); void set (bool value); }
member ShowArrowheadToCutMark : bool with get, set
Property Value
BooleanSee Also