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)
Thanks Jeff and Chris
For all your help
Best Regards
Tom,
You can use Property Based Annotation replacement text with any business property, including those that are queried from a database. See the "Using Property Based Annotation (PBA) Replacement Text During Interoperability Imports" wiki article for more information.
Regards,
Jeff Bielefeld [Bentley]
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
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>
Chris