Hi all,
I am trying to put together an Item Type Expression using GetRelatedInstance to dig down and retrieve properties of a related object. Does anyone know how i can specifically select an object when there are multiple options,
eg. I currently have the expression below, but want to select the "IA-PC" object. Heres what I have so far:
this.GetRelatedInstance("OnSameElement:0:MeshSurfaceEntity").GetRelatedInstance("Component__Entity_Embedding:1:Corridor").GetRelatedInstance("GeometricContainer__LinearEntityNameSet:0:LinearEntityNameSet").GetRelatedInstance("OnSameElement:0:NamedEntitySetReferencing__NamedEntityReferenced").LinearEntity3d
Note that this is for OpenRoads data, but the concepts should be the same as all PowerPlatform applications I would think.
Regards,
Mark
OpenRoads Designer 2021 R2 (10.10) | Microstation CE Update 17 | ProjectWise CE 3.4
Hi Mark,
Great question, I hope somebody is able to assist with this. In regards to the image in your question, how are you getting that information presented in that format?
Ryan
Hey Ryan,
That is the "Civil Display Browser" interface in ORD. It visually maps the EC relationships of the Civil model to easier understand the links (it took me a while to know what it actually was until recently),
OpenRoads Designer 2022 R3 (10.12) | Microstation 2023 | ProjectWise CE 3.4
Thanks Mark. That is very helpful.