Please create a DocumentSubTypeEnum or other simpler and readable way to determine if a document is a Sheet Metal Part, or Weldment Assembly, or other SubType's. DocumentSubType and Document.SubType have to reference a long, unreadable string (GUID) or DocCLSIDs.h. Having to specify one or multiple of those long strings for comparison, to determine SubType is really, really horrible! I don't want to have to run through a long series of If...ElseIf... statements or Select Case statements or run seperate iLogic rule or module, every time, just to get this information. It should be really simple to do, but it currently is not.
Please build something easier to use, and readable, into Inventor's iLogic and/or Inventor's VBA system.