Click or drag to resize

CIPObjectObjectInstanceFindInstanceT(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 T FindInstance<T>(
	ClassID classId,
	uint instanceId,
	bool allowAutoCreate = true
)
where T : CIPObjectObjectInstance

Parameters

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectInstance.FindInstance``1(Demo3D.PLC.Comms.CIP.ClassID,System.UInt32,System.Boolean)"]

Return Value

T

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

See Also