Required

Telescope.Description Property

 Telescope.Description  (read-only, String)
 
The long description of the telescope.

Syntax

Telescope.Description

The property syntax has these parts:

Part Description
Value (String) The long description of the telescope.

Remarks

This string may contain line endings and may be hundreds to thousands of characters long. It is intended to display detailed information on the telescope itself. See the DriverInfo property for descriptive info on the driver itself.

NOTE: this string should not be over 1000 characters in length, as applications may use popup boxes to display Description. Older versions of Windows have string length limitations in (e.g.) MessageBox(), which will cause an application failure if the string is too long.