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