IModifySymbolTableCreateSymbolAsync Method |
Creates a new child symbol under the specified symbol.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
SyntaxTask<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:
TaskIBrowseItemCreated symbol, or null.
See Also