Click or drag to resize

CIPObjectDescendants Method

Return all descendants of this node.

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

Return Value

Type: IEnumerableCIPObject

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.Descendants"]

See Also