Click or drag to resize

DPIObjectObjectClassFindInstance Method

Find object with a specified id.

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

Parameters

instanceId
Type: SystemUInt32
Instance id.

Return Value

Type: DPIObjectObjectInstance

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

See Also