SlabShapeCreaseType Enumeration

The type of a SlabShapeCrease

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