Gets or sets the matrix element values.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Element As Integer() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IccMatrix
Dim value() As Integer
instance.Element = value
value = instance.Element
|
| C# | |
|---|
public int[] Element {get; set;} |
| C++/CLI | |
|---|
public:
property array<int>^ Element {
array<int>^ get();
void set (intarray<value>^ value);
} |
Return Value
Array that contains matrix data.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also