SlabShapeCreaseType Enumeration |
The type of a SlabShapeCrease
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum SlabShapeCreaseType
Public Enumeration SlabShapeCreaseType
public enum class SlabShapeCreaseType
MembersMember name | Value | Description |
---|
Invalid | 0 |
The crease is invalid.
|
Boundary | 1 |
The crease is on boundary.
|
UserDrawn | 2 |
The crease is created by user.
|
Auto | 3 |
the crease is automatically generated.
|
See Also