Gets ID of the callout parent view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public ElementId GetCalloutParentId()
Return Value
ElementIdID of a view in which this callout was created or InvalidElementId if there is no parent.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This view is not a callout. |