| Revit Preview Release API |
| ElementRecord..::..GetDesignOptionId Method |
| ElementRecord Class See Also |
Gets the design option id of the element record.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public ElementId GetDesignOptionId() |
| Visual Basic |
|---|
Public Function GetDesignOptionId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetDesignOptionId() |