PCF ADD-PIPE-PROPERTY - Intergraph Smart Isometrics - Version 5 - UPDATED - Help - Hexagon

Piping Data Processor Help

Language
English
Product
Intergraph Smart Isometrics
Search by Category
Help
Isogen Version
13.0(2016)

Adds/updates the the specified attribute with a fixed value. If the attribute does not currently exist, Isogen adds it to the set of pipeline attributes.

PCF ADD-PIPE-PROPERTY ATTRIBUTE5 ABC

The ADD-PIPE-PROPERTY command also supports the EVALUATE expression. The expression may contain a $P.attribute$ macro, where attribute is the name of the PCF pipeline attribute.

PCF ADD-PIPE-PROPERTY REVISION EVALUATE 'MID("$P.ATTRIBUTE140$",INSTR("$P.ATTRIBUTE140$",".")-2,2)' WHERE 'INSTR("$P.ATTRIBUTE140$","X")>0'

  • Enclose the 'expression' within single quotes ( ' ).

  • The expression can also include VBScript-supported functions, such as Left() or Instr().