Get all attributes

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public IEnumerable<ICMSAttribute> Attributes()
Visual Basic
Public Function Attributes As IEnumerable(Of ICMSAttribute)
Visual C++
public:
virtual IEnumerable<ICMSAttribute^>^ Attributes() sealed

Return Value

Type: IEnumerable<(Of <(<'ICMSAttribute>)>)>
Enumerable ICMSAttribute, deferred execution

Implements

ICMSPage..::..Attributes()()()()

See Also