CIPObjectRequestRemoveChild Method |
Called to request permission to remove a child.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic virtual bool RequestRemoveChild(
CIPObject child
)
Parameters
- child
- Type: Demo3D.PLC.Comms.CIP.NodesCIPObject
Child to remove.
Return Value
Type:
BooleanTrue to remove ths child, or false to keep the child.
See Also