Click or drag to resize

DPIObjectRequestRemoveChild Method

Called to request permission to remove a child.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual bool RequestRemoveChild(
	DPIObject child
)

Parameters

child
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesDPIObject
Child to remove.

Return Value

Type: Boolean
True to remove ths child, or false to keep the child.
See Also