Sets Release Conditions to Analytical Member.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetReleaseConditions(
ReleaseConditions releaseConditions
)
Parameters
- releaseConditions ReleaseConditions
-
End to which release conditions will be added is defined by setting [!:Autodesk::Revit::DB::Structure::ReleaseConditions::Position]
property in provided release conditions object.
Exceptions
Remarks
If element already have release conditions defined for that end, newly provided values replace current one.
The ReleaseType will be set to UserDefined.
See Also
Reference