Insert a retrieve function in the retrieve mapping - Intergraph Smart Construction - Hotfix 11 - Customization & Programming - Hexagon

Intergraph Smart Construction Customization

Language
English
Product
Intergraph Smart Construction
Search by Category
Customization & Programming
Smart Construction Version
8
  1. Open the SPCRetrieveMappings.xlsm file.

  2. Define a retrieve function for the EFProperty definition value in the format FUNCTION(class name, argument(s)) and leave the EFInterface definition value empty if there is no property mentioned as part of the function.

    Because arguments are separated by commas, a comma cannot be part of a retrieve function argument.

    Depending on the number of arguments, a retrieve function can be defined as:

    1. FUNCTION(function_name, arg1)

    2. FUNCTION(function_name, arg1, arg2, arg3 . . . )

  3. Save your changes.

  4. Generate the XML. For more information, see Map properties and generate XML for a Smart Construction retrieve.