[]
        
(Showing Draft Content)

CSJ2K.j2k.roi.ROIDeScaler.ParameterInfo

ParameterInfo Property

ParameterInfo

Returns the parameters that are used in this class and implementing classes. It returns a 2D String array. Each of the 1D arrays is for a different option, and they have 3 elements. The first element is the option name, the second one is the synopsis and the third one is a long description of what the parameter is. The synopsis or description may be 'null', in which case it is assumed that there is no synopsis or description of the option, respectively. Null may be returned if no options are supported.

Declaration
public static string[][] ParameterInfo { get; }
Property Value
Type Description
string[][]

the options name, their synopsis and their explanation, or null if no options are supported.