Click or drag to resize

CIPObjectAllObjects Method

Returns all linked nodes.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public IEnumerable<CIPObject> AllObjects()

Return Value

Type: IEnumerableCIPObject
All linked nodes.
See Also