Click or drag to resize

FileFindFile Method

Find File instance.

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

Parameters

router  MessageRouter
Message router.
fileInstanceId  UInt32
File instance.
allowAutoCreate  Boolean  (Optional)
Allow automatically creating instances where possible.

Return Value

File
File (or null).
See Also