ICMSElementAncestorsAndSelf Method
|
Gets the ancestors of the Element, including the Element itself.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSElement> AncestorsAndSelf()
Function AncestorsAndSelf As IEnumerable(Of ICMSElement)
IEnumerable<ICMSElement^>^ AncestorsAndSelf()
abstract AncestorsAndSelf : unit -> IEnumerable<ICMSElement>
Return Value
Type:
IEnumerableICMSElementAn enumerable collection of Elements
See Also