CutMarkSymbol Enumeration


Cut Mark Symbol Enumeration

The available shapes for 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 enum CutMarkSymbol
Members
Member name Value Description
Curve 2 Cut mark shape is curved.
None 0 Cut mark shape is linear.
Zigzag 1 Cut mark shape is zigzagged.
See Also