Retrieves other Element Ids against which the Analytical Model has been adjusted.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2011
Syntax
C# |
---|
public ICollection<ElementId> GetManualAdjustmentMatchedElements() |
Visual Basic |
---|
Public Function GetManualAdjustmentMatchedElements As ICollection(Of ElementId) |
Visual C++ |
---|
public:
ICollection<ElementId^>^ GetManualAdjustmentMatchedElements() |
Return Value
Set of Element Ids, representing those Elements against which the Analytical Model has been adjusted.
The set may be empty if Analytical Model is not participating in locked Manual Analytical Adjustment.
Remarks
Exceptions
See Also