Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 418 Bytes

getdciobject.adoc

File metadata and controls

27 lines (22 loc) · 418 Bytes

GetDCIObject()

GetDCIObject(node,id) => DCI

Get DCI object by id

Table 1. Parameters

node

[class-node]

Node object instance

id

Integer

DCI id

Return

DCI object or null if not found

Example
GetDCIObject($node, 2)	    // object
GetDCIObject($node, bad_id)	// `null`