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: 19.00.00
Syntax
C#
public virtual bool RequestRemoveChild(
	CIPObject child
)

Parameters

child  CIPObject
Child to remove.

Return Value

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