'Declaration
<DefaultValueAttribute(False)> Public ReadOnly Property IsArray As Boolean
[DefaultValue(false)] public bool IsArray {get;}
[DefaultValue(false)] public: property bool IsArray { bool get(); }
'Declaration
<DefaultValueAttribute(False)> Public ReadOnly Property IsArray As Boolean
[DefaultValue(false)] public bool IsArray {get;}
[DefaultValue(false)] public: property bool IsArray { bool get(); }
There is no standardized way in OPC Classic to pre-obtain array dimensions. You need to read the array or subscribe to it in order to obtain array dimensions.