Gets an Attribute by its name.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- name
- Type: System.Xml.LinqXName
Name of the Attribute. Can be a string name directly if no namespace is involved.
Return Value
Type: ICMSAttributeAn Attribute with the given name, or null if the attribute doesn't exist.
See Also