Revit 2025.3 API
Analysis |
Size of marker.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double MarkerSize { get; set; }
Public Property MarkerSize As Double Get Set
public: property double MarkerSize { double get (); void set (double value); }
member MarkerSize : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentsInconsistentException | When setting this property: markerSize is negative |
See Also