Expanding edges - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

There are functions to allow you to expand an edge from an object.

Dim lobjEdgeResults As IObjectDictionary = SPFRequestContext.Instance.QueryRequest.RunByExpandEdgeDef("UIDOfEdge", lobjStartingObj)

In the above example you specify the UID of the edge and the object that you are starting at.