Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ICMSAttribute Attribute(
XName name
)
Function Attribute (
name As XName
) As ICMSAttribute
ICMSAttribute^ Attribute(
XName^ name
)
abstract Attribute :
name : XName -> ICMSAttribute
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