Remove, Removebyindex – Echelon OpenLNS User Manual
Page 482
OpenLNS Programmer's Reference
445
Syntax
retrievedObject = collection.
progName
Element
Description
from the collection.
collection
acted upon.
progName
The programmatic name of the
Data Type
Added to API
LNS Release 3.20.
Remove
Summary
bject from the specified
Availability
Local, full, lightweight, and independent clients. Note that
some collections are not available to Independent clients.
Syntax
objectColl.Remove indexName
Element
Description
objectColl
containing the object to be removed.
name
A Long value specifying the collection
object to be
removed, or a String value specifying
object
to be removed.
Added to API
Prior to LNS Release 3.0.
RemoveByIndex
Summary
custom interface containing this collection. You can specify the
to be deleted by its device index number.
You can determine the device index of a
property.
Note: You cannot remove
interface. The main interface of a device is stored in its
Interface
property.
Availability
Local, full, and lightweight clients.
Syntax
LonMarkObjects.RemoveByIndex deviceIndex, removalFlags
Element
Description
LonMarkObjects