> I'm using a COM object, where some methods are implemented as
> properties. The problem arises when I want to assign a value to
> properties that use parameters...
> Example
> # vm is the COM object I'm using
> InitFractions = (0.25, 0.25, 0.25, 0.25)
> vm.ObjectDoubleArrayValue(0, 1, -4) =
I'm using a COM object, where some methods are implemented as
properties. The problem arises when I want to assign a value to
properties that use parameters...
Example
# vm is the COM object I'm using
InitFractions = (0.25, 0.25, 0.25, 0.25)
vm.ObjectDoubleArrayValue(0, 1, -4) = InitFractions