| Revit 2022.1 API |
| AnalyticalModelSupport..::..GetSupportingElement Method |
| AnalyticalModelSupport Class See Also |
Retrieves the actual Element Id providing support.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2011
Syntax
| C# |
|---|
public ElementId GetSupportingElement() |
| Visual Basic |
|---|
Public Function GetSupportingElement As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetSupportingElement() |