Click or drag to resize

DPIObjectObjectClassAddChild Method

Add an instance to a class.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public void AddChild(
	DPIObjectObjectInstance instance
)

Parameters

instance
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesDPIObjectObjectInstance
Instance to add.
See Also