Click or drag to resize

DPIObjectObjectInstance Constructor (ClassID, UInt32)

Constructs an ObjectInstance with an optional class/instance id (or 0).

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

Parameters

classId (Optional)
Type: Demo3D.PLC.Rockwell.Comms.DPIClassID

[Missing <param name="classId"/> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIObject.ObjectInstance.#ctor(Demo3D.PLC.Rockwell.Comms.DPI.ClassID,System.UInt32)"]

instanceId (Optional)
Type: SystemUInt32

[Missing <param name="instanceId"/> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIObject.ObjectInstance.#ctor(Demo3D.PLC.Rockwell.Comms.DPI.ClassID,System.UInt32)"]

See Also