| Revit 2018 API |
| AnalyticalModel..::..GetElementId Method |
| AnalyticalModel Class See Also |
Retrieves Element Id of the structural element corresponding to the Analytical Model.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2011
Syntax
| C# |
|---|
public ElementId GetElementId() |
| Visual Basic |
|---|
Public Function GetElementId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetElementId() |