Click or drag to resize

CIPObjectObjectInstanceFindInstance(ClassID, UInt32, Boolean) Method

Find class instance by id.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public CIPObjectObjectInstance? FindInstance(
	ClassID classId,
	uint instanceId,
	bool allowAutoCreate = true
)

Parameters

classId  ClassID
Class id to find.
instanceId  UInt32
Instance id to find.
allowAutoCreate  Boolean  (Optional)
Allow automatically creating instances where possible.

Return Value

CIPObjectObjectInstance

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

See Also