How can I set Origin Z to PBA Replacement Text entry ??

Hi All

 

I try to follow the help description for replacement text but I don´t find a way to set the cell origin z value anyway, do someone have an idea.

 Need solution this weekend.

Best regards

Tom

 

For each Replacement Text entry, right-click and insert the desired
expression, in this case PBA (Origin X) and PBA (Origin Y).

(I wan´t to use ex. PBA (Origin Z)

 

 

Parents
  • I see that PBA (Origin Z) is supported in Bentley Map but not available in the Geospatial Adminstrator user interface (existing CR 296636 for this issue).

    As a workaround, you can manually edit your schema file to add this PBA type(backup the file first).  As an example, the ElevationPoint feature definition in geo_example schema uses origin.z PBA type

             <PBA name="elev" type="origin.z">

             </PBA>

             <replacementText oldText="[ELEVATION]" type="pba">elev</replacementText>

    Regards,

    Chris


    This is a test

  • Thanks Chris

    Before I start today I need also to ask one more thing regarding replacement text.

    I need the replacement text (in this case Origin Z) to be generated by quering from DB. Is this possible.

    If it only works though promoting then I need help to resolve how to generate replacement texts to cells in quering mode.

    Regards

    Tom

Reply Children