CutMarkSymbol Enumeration |
The available shapes for the cut mark symbol.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum CutMarkSymbol
Public Enumeration CutMarkSymbol
public enum class CutMarkSymbol
MembersMember 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