Got it.
one of the problem was that the familysymbol was not active
Thanks @Kulkul for: New to Python: "Exception: The symbol is not active" error
if _symbol.IsActive == False:
_symbol.Activate()
doc.Regenerate()
Nico
Got it.
one of the problem was that the familysymbol was not active
Thanks @Kulkul for: New to Python: "Exception: The symbol is not active" error
if _symbol.IsActive == False:
_symbol.Activate()
doc.Regenerate()
Nico