Click or drag to resize

FileFindFile Method

Find File instance.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public static File? FindFile(
	MessageRouter? router,
	uint fileInstanceId,
	bool allowAutoCreate = true
)

Parameters

router
Type: Demo3D.PLC.Comms.CIP.NodesMessageRouter
Message router.
fileInstanceId
Type: SystemUInt32
File instance.
allowAutoCreate (Optional)
Type: SystemBoolean
Allow automatically creating instances where possible.

Return Value

Type: File
File (or null).
See Also