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: 15.0.2.11458
Syntax
C#
public CIPObjectObjectInstance? FindInstance(
	uint instanceId,
	bool allowAutoCreate = true
)

Parameters

instanceId
Type: SystemUInt32
Instance id.
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.ObjectClass.FindInstance(System.UInt32,System.Boolean)"]

See Also