Click or drag to resize
ElementsAncestorsOf Method
Returns collection Elements representing all ancestors (parent, parent's parent, etc.) of specified Element. If no element's ancestors were found returns an empty collection.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public Elements AncestorsOf(
	Element element
)

Parameters

element
Type: FDF.Common.ObjectModelElement
An Element to search ancestors for.

Return Value

Type: Elements
Elements collection representing all ancestors of given Element.
Remarks