The available shapes for the cut mark symbol.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
Reference