Opc.Ua.Core
Elements Property (Matrix)



Opc.Ua Namespace > Matrix Class : Elements Property
The elements of the matrix.
Syntax
'Declaration
 
Public ReadOnly Property Elements As Array
'Usage
 
Dim instance As Matrix
Dim value As Array
 
value = instance.Elements
public Array Elements {get;}
public:
property Array^ Elements {
   Array^ get();
}

Property Value

An array of elements.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Matrix Class
Matrix Members