Click or drag to resize

CIPObjectObjectInstanceFindInstanceT Method (ClassID, UInt32, Boolean)

Find class instance by id.

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

Parameters

classId
Type: Demo3D.PLC.Comms.CIPClassID
Class id to find.
instanceId
Type: SystemUInt32
Instance id to find.
allowAutoCreate (Optional)
Type: SystemBoolean
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

Type: 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