Click or drag to resize

CIPObjectObjectClassFindInstance Method

Find object with a specified id.

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

Parameters

instanceId  UInt32
Instance id.
allowAutoCreate  Boolean  (Optional)
Allow automatically creating instances where possible.

Return Value

CIPObjectObjectInstance

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

See Also