aiou
Joined: 09 Sep 2008
Posts: 1
|
Posted:
Tue Sep 09, 2008 5:16 am Post subject:
how to use leSearchHierarchy when criteria is user property |
|
|
I want search object by user added property value.
but I don't understand how to use "leSearchHierarchy".
below script is not working...
ex:
cv = geGetEditCellView()
o_inst_l = leSearchHierarchy( cv cv~>bBox 0 "inst"
list( list( "selection_set" "==" 1 ) ) )
(*) "selection_set" is added property.
that return o_inst_l == nil.
I tried below too.
leSearchHierarchy( cv cv~>bBox 0 "inst"
list( list( "property" "selection_set" "==" 1 ) ) )
but not working.
How to write???
|
|