Click or drag to resize

CIPObjectObjectInstanceMissingClassFirstChance Method

First chance to intercept a missing node. Return true to indicate that we added a node.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public 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