GetReleaseConditions Method


Gets the release conditions associated with this Analytical Member.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023

Syntax

C#
public IList<ReleaseConditions> GetReleaseConditions()
Visual Basic
Public Function GetReleaseConditions As IList(Of ReleaseConditions)
Visual C++
public:
IList<ReleaseConditions^>^ GetReleaseConditions()

Return Value

Returns a collection of Release Conditions associated with this Analytical Member. Empty collection will be returned if Analytical Member doesn't have any Release Conditions. End to which release conditions will be added is defined by setting [!:Autodesk::Revit::DB::Structure::ReleaseConditions::Position] property in provided release conditions object.

See Also