Click or drag to resize

DPIObjectObjectInstanceFindInstance Method (ClassID, UInt32)

Find class instance by id.

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

Parameters

classId
Type: Demo3D.PLC.Rockwell.Comms.DPIClassID

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

instanceId
Type: SystemUInt32

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

Return Value

Type: DPIObjectObjectInstance

[Missing <returns> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIObject.ObjectInstance.FindInstance(Demo3D.PLC.Rockwell.Comms.DPI.ClassID,System.UInt32)"]

See Also