From a graphSegment how do you determine a sidewalkLeftShape from sidewalkRightShape?

2120
2
08-14-2012 11:16 AM
RobertHexter
New Contributor III
From a graphSegment how do you determine a sidewalkLeftShape from sidewalkRightShape?
Since the return from, the assumption is that I am trying to iterate through the shapes returned from:

shapes=ce.getObjectsFrom(graphSegment, ce.isShape)
shapeType=ce.getAttribute(shapes[0], '/ce/shapeType')

shapeType is 'sidewalk'? left or right..
Tags (3)
0 Kudos
2 Replies
MatthiasBuehler1
Frequent Contributor
try the OID / UUID

the end of it usually shows :0, :1, :2.

though I'm not perfectly sure if this is always consistent.

[ btw. same with Block and it's children ]
0 Kudos
RobertHexter
New Contributor III
Interesting thanks, I'll give it a go!
0 Kudos