Available retrieve functions - 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

SetStringLiteralMapFunction

This function assigns the designated string to the SPC property. It only supports SPC Properties scoped by String.

Arguments: The static string.

Usage Example: FUNCTION(SetStringLiteralMapFunction, STATIC_STRING)

ExpandRelsConcatenateNameMapFunction

This function concatenates the specified relation values and assigns the result to the SPC property. It only supports SPC Properties scoped by String.

Arguments: At least one relation name combined with the requested end signifier by an arrow, “->”. Valid values for the requested end of the relationship are “12”, which gets the End 2 object of the relation, and “21”, which gets the End 1 object of the relation.

Usage Example 1: FUNCTION(ExpandRelsConcatenateNameMapFunction, RELATION_NAME_1->12 or 21, RELATION_NAME_2->12 or 21, …, RELATION_NAME_N->12 or 21)

Usage Example 2:

retrievemappings_1