Syntax to navigate relationship and edge definitions for Smart Construction column items - Intergraph Smart Construction - Hotfix 14 - Help - Hexagon

Intergraph Smart Construction Help

Language
English
Product
Intergraph Smart Construction
Search by Category
Help
Smart Construction Version
8
SmartPlant Foundation / SDx Version
10

Use the following syntax to define properties or navigate relationship or edge definitions for Smart Construction column items.

Purpose

Syntax

Example

To show a property

[ObjectName]_[PropertyDefinitionUID]

SPC_ComponentItem_Module, which defines the modules associated with a component.

To expand an object with a relationship definition

[RelationshipDefinitionUID]_12->End2.[PropertyDefinitionUID], if expanding from end 1 to end 2.

[RelationshipDefinitionUID]_21->End1.[PropertyDefinitionUID], if expanding from end 2 to end 1.

SPC.ComponentItem_Types_12->End2.Name, which expands to the name of the component item type.

To expand an object with an edge definition

[EdgeDefinitionUID]_12->End2.[PropertyDefinitionUID]

EDG_ComponentToDiscipline_12->End2.Name, which displays the name of the discipline for a component.