Owner manual
OpenLNS Programmer's Reference 659
Remove
Summary
Removes an NvMonitorPoint object from the collection.
This method can only be called when connected to the
network database (after the Network object's Open method
has been called). This method only applies to network
variable monitor points in permanent monitor sets. When an
OpenLNS application is closed, all temporary monitor sets
and temporary network variable monitor points created by
that application are deleted automatically.
Availability
Local, full, lightweight, and independent clients. Note that
temporary MonitorSet objects, and temporary monitor points,
are not available on Independent clients.
Syntax
nvMpColl.Remove indexName
Element
Description
nvMpColl
The NvMonitorPoints collection object
containing the NvMonitorPoint object to
be removed.
indexName
A Long value specifying the collection
index of the NvMonitorPoint object to
remove, or a String value specifying the
name of the NvMonitorPoint object to
remove.
Added to API
LNS Release 3.0.
Properties
The NvMonitorPoints object contains the following properties:
• ClassId
• Count
• Item
• Parent
• _NewEnum
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