| Revit 2017 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: 17.0.0.0 (17.0.484.0)
Since:
2011
Syntax
| C# |
|---|
public ElementId GetElementId() |
| Visual Basic |
|---|
Public Function GetElementId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetElementId() |