Click or drag to resize

DPINodeExtensionsDescendants Method

Return all descendants of this node.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public static IEnumerable<IDPINode> Descendants(
	this IDPINode node
)

Parameters

node
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesIDPINode

[Missing <param name="node"/> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPINodeExtensions.Descendants(Demo3D.PLC.Rockwell.Comms.DPI.Nodes.IDPINode)"]

Return Value

Type: IEnumerableIDPINode

[Missing <returns> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPINodeExtensions.Descendants(Demo3D.PLC.Rockwell.Comms.DPI.Nodes.IDPINode)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDPINode. 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