Show / Hide Table of Contents

    Method gver

    | Improve this Doc View Source

    gver(out String)

    plgver: Get the current library version number

    Declaration
    public void gver(out string p_ver)
    Parameters
    Type Name Description
    System.String p_ver

    Returned ascii character string (with preallocated length of 80 characters or more) containing the PLplot version number.

    Remarks

    Get the current library version number. Note: you must have allocated space for this (80 characters is safe).

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