Hi all,
I can list all of the bar sections by :
Dim LabelCol As RobotLabelCollection
Set LabelCol = robApp.Project.Structure.Labels.GetMany(I_LT_BAR_SECTION)
For i = 1 To LabelCol.Count
......
Next
But why I can not do the same thing with the panel thicknesse:
Set LabelCol = robApp.Project.Structure.Labels.GetMany(I_LT_PANEL_THICKNESS)
There are the different panel thickness in the model but LabelCol.Count is always = 0 ?
Thanks in advance,
Dong HUA
Thank you Rafal for your reply.
But the I have many thickness labels which have been assigned for the panel, however, these labels have not been included in the collection (in fact, there is no element in the collection). Why?
Best regards,
Dong HUA
Can't find what you're looking for? Ask the community or share your knowledge.