Good Morning.
I am trying to know what value is inside the LEVELID parameter if it is a value or it is null…
I am learning PYTHON thanks.
levelid is a property but not method
you can use
ID = elemento.LevelId
then u can get its level by
level = doc.GetElement(ID)
Thank you very much …newshunhk … your suggestions have been very helpful…
Now I have the following problem…?
HOW CAN I CONVERT LEVELIDS TO NUMBERS…?
What would be the correct method … thanks
1 Like
Thank you very much for all your time… I am grateful for sharing your knowledge… thank you
1 Like