Gets ID of the callout parent view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public ElementId GetCalloutParentId() |
Visual Basic |
---|
Public Function GetCalloutParentId As ElementId |
Visual C++ |
---|
public: ElementId^ GetCalloutParentId() |
Return Value
ID of a view in which this callout was created or InvalidElementId if there is no parent.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | This view is not a callout. |