Get an child element by name, and/or value of "Name" attribute
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public ICMSElement Element( XName name, string nameAttributeValue = "" ) |
| Visual Basic |
|---|
Public Function Element ( name As XName, Optional nameAttributeValue As String = "" ) As ICMSElement |
| Visual C++ |
|---|
public: virtual ICMSElement^ Element( XName^ name, String^ nameAttributeValue = L"" ) sealed |
Parameters
- name
- Type: System.Xml.Linq..::..XName
Element Name
- nameAttributeValue (Optional)
- Type: System..::..String
Value of "Name" attribute
Return Value
Type: ICMSElementMatching element or null