ReleaseType Enumeration


Release Type 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
Members
Member name Value Description
BendingMoment 2 Bending Moment.
Fixed 0 Fixed.
Pinned 1 Pinned.
UserDefined 3 User Defined.
See Also