Click or drag to resize

CIPObjectMissingAttributeFirstChance Method

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

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected virtual bool MissingAttributeFirstChance(
	uint attributeId
)

Parameters

attributeId
Type: SystemUInt32

[Missing <param name="attributeId"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.MissingAttributeFirstChance(System.UInt32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.MissingAttributeFirstChance(System.UInt32)"]

See Also