Hi, I want to filter the list (in this case are 3d views), as output I want see only 3d views that name begins with “C1 -”
it is possible?!
Hi, I want to filter the list (in this case are 3d views), as output I want see only 3d views that name begins with “C1 -”
it is possible?!
You could just use Element.Name / String from Object / List.FilterByString (from SteamNodes)
Perfect, thank you!