Click or drag to resize

CIPObjectObjectInstanceFindInstance 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 CIPObjectObjectInstance? FindInstance(
	ClassID classId,
	uint instanceId,
	bool allowAutoCreate = true
)

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.

Return Value

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