Need better scanning performance?
BaseImageParameterName
Parameter BaseImageParameterName represents the name of another ImageParameter object. It is used to inherit the parameters defined in its parent ImageParameter object. If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.
JSON Structure
Location in template:
ImageParameterOptions[i]
└── BaseImageParameterName
Parent object: ImageParameter
Example:
{
"BaseImageParameterName": "ip_0"
}
- This snippet shows only the
BaseImageParameterNameparameter.- To use it, embed this parameter within an ImageParameter object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type String |
| Value Range One of the ImageParameter name. |
Default Value"" |
| Remarks The default value “” means this object don’t inherit the settings of another object. |