Share

DisplacementElement.ParentId Property

The element id of the parent DisplacementElement. This DisplacementElement's relative transform will be concatenated with the absolute transform of its parent.


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

Syntax

C#

public ElementId ParentId { get; }

Property Value

ElementId

See Also

Reference

Was this information helpful?