Advertisement
luxliber

Untitled

Oct 24th, 2014
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. import clr
  2.  
  3. titleBlocks = IN[0]
  4. sheets = IN[1]
  5. symbol = UnwrapElement(IN[2])
  6.  
  7. for tb in titleBlocks:
  8.     utb = UnwrapElement(tb)
  9.     ownerId = utb.OwnerViewId.IntegerValue
  10.     if sheets.Contains(ownerId):
  11.         utb.Symbol = symbol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement