Need better scanning performance?
BaseTargetROIDefName
Parameter BaseTargetROIDefName represents the name of another TargetROIDef object. It is used to inherit the parameters defined in its parent TargetROIDef 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:
TargetROIDefOptions[i]
└── BaseTargetRoidefName
Parent object: TargetROIDef object
Example:
{
"BaseTargetROIDefName": "roi_1"
}
- This snippet shows only the
BaseTargetRoidefNameparameter.- To use it, embed this parameter within a TargetROIDef object.
- For the complete JSON structure, see:
Parameter Details
| BaseTargetROIDefName Parameter Details |
|---|
| Type String |
| Range The name of the inherited TargetROIDef object. |
| Default Value ”” |
| Remarks (1) “” stands for no inheritance. (2) If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object. |