Using ILEADRasterVariant object

Use the ShortValue property for the following values:

Use the LongValue property for the following values:

Use the DoubleValue property for the following values:

Use the FloatValue property for the following value:

Use the BooleanValue property for the following values:

Use the StringValue property for the following values:

Use the DispatchValue property for the following values:

Use the ShortItemValue property for the following values:

Use the LongItemValue property for the following values:

Use the DoubleItemValue property for the following values:

Use the FloatItemValue property for the following values:

Use the BooleanItemValue property for the following values:

Use the StringItemValue property for the following values:

Please note that the Type property and the vType property contain the same information and serve the same purpose. However, in VB Script "Type" is a keyword, so the Type property does not work. In VB Script, you must use the vType property.

Before setting an array item value, you should specify the item count by setting the ItemCount property.

To get the last operation error, read the Error property value.

Use EnableMethodErrors property to determine whether you need to get error runtime exceptions or not.