AVEVA OMI Software Developer Kit



ArraySize Property
Gets the number of elements in the array if the value is holding array data.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property ArraySize As Integer
'Usage
 
Dim instance As Value
Dim value As Integer
 
value = instance.ArraySize
public abstract int ArraySize {get;}
public:
abstract property int ArraySize {
   int get();
}

Property Value

The number of elements in the array.
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