Interface IFlagsDef
JSON section schema describing the modal/non-modal flags that take effect on an NC block. Each entry in Flags is a brand-specific keyword recognized by the soft-NC runtime.
public interface IFlagsDef
- Extension Methods
Properties
Flags
Known flags that it takes effect.
List<string> Flags { get; set; }