Method gver
| Improve this Doc View Sourcegver(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).