Click or drag to resize

IDPINodeSetInstance Method

Set the node id.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
void SetInstance(
	ClassID classId,
	uint instanceId
)

Parameters

classId
Type: Demo3D.PLC.Rockwell.Comms.DPIClassID
Class id.
instanceId
Type: SystemUInt32
Instance id (0 for a class).
See Also