ICMSElementAncestors Method (XName)
|
Gets ancestors of the Element with the given name.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSElement> Ancestors(
XName name
)
Function Ancestors (
name As XName
) As IEnumerable(Of ICMSElement)
IEnumerable<ICMSElement^>^ Ancestors(
XName^ name
)
abstract Ancestors :
name : XName -> IEnumerable<ICMSElement>
Parameters
- name
- Type: System.Xml.LinqXName
Name of the Element to search for. Can pass in a string name directly if no namespace is involved.
Return Value
Type:
IEnumerableICMSElementAn enumerable collection of Elements
See Also