Combination of properties in Edit dialog (Geospatial Administrator)

Hello,

I have a feature defined in Geospatial Administrator.

I'd like to add a read-only item to its Edit dialog. I'd like to present in this field a combination of feature's properties (i.e. in PowerMap XM).

For example:

There is a feature called 'Parcel'. It has 3 properties: 'Teryt', 'District' and 'Number'.

Their values are:

Teryt='123456'

District='0001'

Number='456/54'

And what I need is a concatenation of them: '123456.0001.456/54'

 Thanks for help in advance

Myzzard

Parents Reply
  • You're welcome Myzzard.

    I will file a TR to update the documentation for this initial value type and other types in the list that are not documented.

    In the meantime, look in the "Bentley Map Customization Guide" at index item "ValueType Enum".  These are the value types used for the "Initial Values - Value Types" and for the InputValue VBA-XFT object.  See description for ValueType_CONCATSTRING.

    Chris


    This is a test

Children