CutMarkType.CutMarkSymbolSize Property

CutMarkTypeCutMarkSymbolSize Property

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
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for cutMarkSymbolSize must be greater than 0 and no more than 30000 feet.
See Also