Show / Hide Table of Contents

    Enum ParseOpts

    Command line parsing mode.

    Namespace: PLplot
    Assembly: PLplotNet.dll
    Syntax
    public enum ParseOpts : int

    Fields

    Name Description
    Full

    Full parsing of command line and all error messages enabled, including program exit when an error occurs. Anything on the command line that isn't recognized as a valid option or option argument is flagged as an error.

    NoDash

    Set if leading dash NOT required

    NoDelete

    Turns off deletion of processed arguments.

    NoProgram

    Specified if argv[0] is NOT a pointer to the program name.

    Quiet

    Turns off all output except in the case of errors.

    ShowAll

    Show invisible options

    Skip

    Set to quietly skip over any unrecognized arguments.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX