<< is2D | Graphics functions | isgraphics >> |
tf = isValidGraphicsProperty(typename, propertyname) |
a character vector or scalar string: 'axes', 'line', 'image', 'root', 'text', 'figure'.
a character vector or scalar string: property name to check.
a scalar logical.
isValidGraphicsProperty checks is property name is existing for graphical object class.
This function is an helper to check input parameters graphical functions.
tf = isValidGraphicsProperty('figure', 'Type')
tf = isValidGraphicsProperty('figure', 'TypeType')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET