Click or drag to resize
ElementsSucessorsOf Method
Returns collection Elements representing all sucessors (children, children's children, etc.) of specified Element. If no element's sucessors 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 SucessorsOf(
	Element element
)

Parameters

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

Return Value

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