CIPObjectObjectInstanceMissingClassFirstChance Method |
First chance to intercept a missing node.
Return true to indicate that we added a node.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic virtual bool MissingClassFirstChance(
ClassID classId
)
Parameters
- classId ClassID
- The class id of the missing node.
Return Value
Boolean[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectInstance.MissingClassFirstChance(Demo3D.PLC.Comms.CIP.ClassID)"]
See Also