Click or drag to resize

DPIObjectAllObjects Method

Returns all linked nodes.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public IEnumerable<DPIObject> AllObjects()

Return Value

Type: IEnumerableDPIObject
All linked nodes.
See Also