Revit 2025.3 API
Cut |
The size of the cut mark symbol.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double CutMarkSymbolSize { get; set; }
Public Property CutMarkSymbolSize As Double Get Set
public: property double CutMarkSymbolSize { double get (); void set (double value); }
member CutMarkSymbolSize : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for cutMarkSymbolSize must be greater than 0 and no more than 30000 feet. |
See Also