Share

AnalyticalMember.GetReleaseConditions Method

Gets the release conditions associated with this Analytical Member.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public IList<ReleaseConditions> GetReleaseConditions()

Return Value

IList<ReleaseConditions>
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

Reference

Was this information helpful?