SlabShapeCreaseType Enumeration

The type of a SlabShapeCrease

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum SlabShapeCreaseType
Members
Member nameValueDescription
Invalid0 The crease is invalid.
Boundary1 The crease is on boundary.
UserDrawn2 The crease is created by user.
Auto3 the crease is automatically generated.
See Also