Click or drag to resize

AutoInstanceAttribute Constructor

Construct an AutoClassAttribute.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public AutoInstanceAttribute(
	ClassID classId,
	uint instanceId
)

Parameters

classId
Type: Demo3D.PLC.Comms.CIPClassID
Class id to bind.
instanceId
Type: SystemUInt32
Class instance id to bind.
See Also