Baturin,
The ActiveX object documentation should tell you what this input type is, array or variant. The activex designer probably didn't request how to pass this data, by value or reference.
LabVIEW activeX interface doesn't support passing data by pointers.
When you drop this method in LabVIEW, LabVIEW will either recognize that the input is an array, or if it cannot recognize the type, it will leave it as variant. If you can create array input, then wire an array. If it is a variant, convert your array with "To Variant" function.
Zvezdana S.