Click or drag to resize

CanModifySymbolFlags Enumeration

Flags describing how a symbol can be modified.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
[FlagsAttribute]
public enum CanModifySymbolFlags
Members
  Member nameValueDescription
None0 The symbol cannot be modified.
Create1 The symbol can create child symbols.
Delete2 The symbol can be deleted from its branch.
Rename4 The symbol can be renamed.
See Also