ReleaseType Enumeration

ReleaseType Enumeration

The release type.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum ReleaseType
Public Enumeration ReleaseType
public enum class ReleaseType
type ReleaseType
Members
Member nameValueDescription
BendingMoment2 Bending Moment.
Fixed0 Fixed.
Pinned1 Pinned.
UserDefined3 User Defined.
See Also