Returns a set of DisplacementElements which have this
DisplacementElement as a parent.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<DisplacementElement> GetChildren()
Return Value
IList<DisplacementElement>
The returned array is sorted by element id.
See Also
Reference