Click or drag to resize

CIPObjectRequestRemoveChild Method

Called to request permission to remove a child.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual bool RequestRemoveChild(
	CIPObject child
)

Parameters

child
Type: Demo3D.PLC.Comms.CIP.NodesCIPObject
Child to remove.

Return Value

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