Methods, Itembyhandle, Itembyhandle m – Echelon OpenLNS User Manual
Page 347
OpenLNS Programmer's Reference
310
object
Default Property
Item property.
Methods
•
•
•
Properties
•
•
•
•
•
Methods
The Extensions object contains the following methods
.
•
•
•
Add
Summary
Define a new
Extension
object.
Availability
Local, full, and lightweight clients.
Syntax
extensionObject = extensionsColl.Add(extensionKey)
Element
Description
extensionObject
extensionsColl
extensionKey
A String containing the extension's
key
value.
Added to API
Prior to LNS Release 3.0.
ItemByHandle
You can use the ItemByHandle method to retrieve an Extension object from the
Extensions collection by handle.
Summary
Retrieves an Extension object by its handle property.
Availability
Local, full, and lightweight clients.
Syntax
extension = extensions.ItemByHandle
Element
Description
The Extension object.
The Extensions collection.