Required

Telescope.InterfaceVersion Property

 Telescope.InterfaceVersion  (read-only, Integer)
 
The version of this interface. Will return 2 for this version.

Syntax

Telescope.InterfaceVersion

The property syntax has these parts:

Part Description
Value (Integer) The version of this interface. Will return 2 for this version.

Remarks

Clients can detect legacy V1 drivers by trying to read ths property. If the driver raises an error, it is a V1 driver. V1 did not specify this property. A driver may also return a value of 1. In other words, a raised error or a return value of 1 indicates that the driver is a V1 driver.