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.0.0.0 (25.0.0.0)
Syntax
public enum CutMarkSymbol
Members
Member name Value Description
None 0 Cut mark shape is linear.
Zigzag 1 Cut mark shape is zigzagged.
Curve 2 Cut mark shape is curved.
See Also