Share

View.GetCalloutParentId Method

Gets ID of the callout parent view.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ElementId GetCalloutParentId()

Return Value

ElementId
ID of a view in which this callout was created or InvalidElementId if there is no parent.

Exceptions

ExceptionCondition
InvalidOperationException This view is not a callout.

See Also

Reference

Was this information helpful?