Need better scanning performance?
BaseTextLineSpecificationName
Parameter BaseTextLineSpecificationName represents the name of another BaseTextLineSpecificationName object. It is used to inherit the parameters defined in its parent BaseTextLineSpecificationName 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:
TextLineSpecificationOptions[i]
└── BaseTextLineSpecificationName
Parent object: TextLineSpecification object
Example:
{
"BaseTextLineSpecificationName": "LS_0"
}
- This snippet shows only the
BaseTextLineSpecificationNameparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| BaseTextLineSpecificationName Parameter Details |
|---|
| Type String |
| Range One of the existing TextLineSpecification object name. |
| Default Value ”” |
| Remarks The default value “” means this object don’t inherit the settings of another object. |