| Revit Preview Release API |
| ElementRecord..::..GetOwnerViewId Method |
| ElementRecord Class See Also |
Gets the element id of the owner view 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 GetOwnerViewId() |
| Visual Basic |
|---|
Public Function GetOwnerViewId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetOwnerViewId() |