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