Need better scanning performance?
ReferenceGroupName
Parameter ReferenceGroupName can be configured to reference a father, grandfather, uncle, sibling TextLineSpecification object, etc., but not descendants. It is used to define the reference group for space layout configuration and affects the following parameters:
- ApplicableTextLineNumbers (Only if the reference group is the parent group)
- FirstPoint
- SecondPoint
- ThirdPoint
- FourthPoint
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── ReferenceGroupName
Parent object: TextLineSpecification object
Example:
{
"Name" : "tls_0",
"ApplicableTextLineNumbers": "5-8",
"SubGroups" : [
{
"Name" : "tls_0_0",
// "1-2" is equivalent to "5-6" for ApplicableTextLineNumbers in the tls_0 group.
"ApplicableTextLineNumbers": "1-2",
"ReferenceGroupName" : "tls_0"
}
]
}
- This snippet shows only the
ReferenceGroupNameparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type String |
| Default Value ”” |
| Remarks It must be the name of the TextLineSpecification object. It is configured to reference a father, grandfather, uncle, sibling TextLineSpecification object, etc., but not descendants. |