TemplateLinkedPosition

TemplateLinkedPosition(string, Size, TemplateLinkedPositionEdges)

Initializes a new instance of the TemplateLinkedPosition class.

public TemplateLinkedPosition(string linkedFieldName, Size searchArea, 
    TemplateLinkedPositionEdges edges)
Parameter Type Description
linkedFieldName String The name of the linked field.
searchArea Size The size of the area where a field is searched.
edges TemplateLinkedPositionEdges The edges of the linked field where a field is searched.

See Also


TemplateLinkedPosition(string, Size, TemplateLinkedPositionEdges, bool)

Initializes a new instance of the TemplateLinkedPosition class with UPPER CASE linked field name.

public TemplateLinkedPosition(string linkedFieldName, Size searchArea, 
    TemplateLinkedPositionEdges edges, bool autoScale)
Parameter Type Description
linkedFieldName String The name of the linked field.
searchArea Size The size of the area where a field is searched.
edges TemplateLinkedPositionEdges The edges of the linked field where a field is searched.
autoScale Boolean The value that indicates whether searchArea is scaled by the linked field size.

See Also


TemplateLinkedPosition(string, Size, TemplateLinkedPositionEdges, bool, bool)

Initializes a new instance of the TemplateLinkedPosition class.

public TemplateLinkedPosition(string linkedFieldName, Size searchArea, 
    TemplateLinkedPositionEdges edges, bool autoScale, bool useUpperCaseName)
Parameter Type Description
linkedFieldName String The name of the linked field.
searchArea Size The size of the area where a field is searched.
edges TemplateLinkedPositionEdges The edges of the linked field where a field is searched.
autoScale Boolean The value that indicates whether searchArea is scaled by the linked field size.
useUpperCaseName Boolean The value that indicates whether a name is converted to UPPER CASE.

See Also