ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ESEric Snyder22/10/2021

Does anybody know if one can tell if a ITreeControlItem is a history folder without resorting to using the text name of the folder? Using c# I can iterate the ITreeControlItem and output the type but I just get the incredibly unhelpful "System.__ComObject".

I need to ignore the History folder when iterating so my thought is that perhaps it has a type I can check for. Using folder name may lead to including it if it gets renamed.