Click or drag to resize

IModifySymbolTableCreateSymbolAsync Method

Creates a new child symbol under the specified symbol.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 16.01.07
Syntax
C#
Task<IBrowseItem?> CreateSymbolAsync(
	bool sync,
	IBrowseItem symbol
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.
symbol
Type: Demo3D.PLC.CommsIBrowseItem
Symbol item.

Return Value

Type: TaskIBrowseItem
Created symbol, or null.
See Also