How do i access dist along property for decision point on conveyor?

How do i access dist along property for decision point on conveyor?

devdatta_d
Not applicable
15 Views
1 Reply
Message 1 of 2

How do i access dist along property for decision point on conveyor?

devdatta_d
Not applicable

[ FlexSim 22.2.4 ]

1675793371598.png

I have all the conveyor points, I want to search for the decision point and then get the dist along.

I can find the dp but cannot get the dist along

1675793448028.png

0 Likes
Accepted solutions (1)
16 Views
1 Reply
Reply (1)
Message 2 of 2

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

Use the DistAlongConveyor property:

Object dp = Model.find("DP1");
return dp.getProperty("DistAlongConveyor");


Matthew Gillespie
FlexSim Software Developer

0 Likes