Gets the release conditions associated with this Analytical Member.
Namespace: Autodesk.Revit.DB.StructureAssembly: 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() |