Positions element
Defines the position of the parameter on the user interface.
Parent
Children
| Name | Occurrences | Description | 
|---|---|---|
| Position | [0, *] | Defines the location of the parameter on the user interface. | 
Remarks
Note
- As a parameter can be displayed on several locations on the user interface, the Protocol.Params.Param.Display.Positions tag can contain more than one Protocol.Params.Param.Display.Positions.Position tags.
- If a table parameter needs to be displayed on a Visio page using a ParameterControl shape, it must have a position tag (as it must be shown on a connector page). Otherwise, the table will not be displayed in Visio. No position tag is needed when only a single value is to be displayed using the [Param:elementId,columnId,key] placeholder.
Examples
<Positions>
   <Position>
   <Page>General</Page>
   <Row>0</Row>
   <Column>1</Column>
   </Position>
</Positions>