Bitmapfilepath, Classid – Echelon OpenLNS User Manual

Page 868

Advertising
background image

OpenLNS Programmer's Reference

831

Syntax

appDevicesCollection = object.AppDevices

Element

Description

appDevicesCollection The

AppDevices

collection returned.

object

The

Subsystem

object to be acted on.

Data Type

AppDevices collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

BitmapFilePath

Summary

Specify the path and file name of a bitmap (*.BMP file)

representation of the object.
The bitmap files are used to store object images which may

be accessed by a director level LNS component application. A

bitmap may be of any size, although the recommended

dimensions are 40x80 pixels.
See the

IconFilePath

property for related information.

Availability

Local clients.

Syntax

bmpFilePath = object.BitmapFilePath

Element

Description

bmpFilePath

The bitmap path and file name.

object

The object to be acted on.

Data Type

String.

Read/Write

Read/write.
If you write to this property, you must specify the bitmap’s

full path and file name (for example,

C:\MyBMPs\Object.BMP).

Added to API

Prior to LNS Release 3.0.

ClassId

Summary

Identifies the object class of this object.
This property allows the object type to be determined when it

is unknown (for example, when the object was accessed using

the Parent property of another object).

Availability

Local, full, lightweight, and independent clients. Note that

some objects containing this property are not available to

Independent clients.

Syntax

classIdValue = object.ClassId

Element

Description

classIdValue

The object class of the object. The

following value is defined for the

Advertising