Rev 65 | Details | Compare with Previous | Last modification | View Log | RSS feed
#if vars().has_key('expSlide'):
# print "expSlide=" + `expSlide`
values = []
expFeatures = expSlide.getExpandedFeatures()
if expFeatures is not None:
for expFeature in expFeatures:
values.append(expFeature.getFeatureDefinition().getLabel())