Click or drag to resize

CIPNodeExtensionsDescendants 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 static IEnumerable<ICIPNode> Descendants(
	this ICIPNode node
)

Parameters

node
Type: Demo3D.PLC.Comms.CIP.NodesICIPNode

[Missing <param name="node"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPNodeExtensions.Descendants(Demo3D.PLC.Comms.CIP.Nodes.ICIPNode)"]

Return Value

Type: IEnumerableICIPNode

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPNodeExtensions.Descendants(Demo3D.PLC.Comms.CIP.Nodes.ICIPNode)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICIPNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also