What is it PART_ID or PARTID?

The SDK docs have model Behaviors and the sub item of Component is PartID. But
in the default aircraft and some xml code it’s PART_ID. Looking through the
xml code there is #Part_ID# and #PART_ID##ID# And checklist refers to and ID
in Component where it could be PARTID (without underscore) and also a Node
(Not a nodeid) a Node. The only example of how to use this in checklists is
the 172 Classic, but it’s DRM’d so I can’t see what is set up in the XML. if
you look at the Caravan then the example is the fuel selectors and it uses
PART_ID not partid as the instrument id value. ModelBehaviors debug list as
PartIDs

Hello @DA40CGDFQ PartID is the xml tag, and PART_ID is a template
parameter. We always use the same rule, camel case for xml tag and upper case
with underscore for parameters. When you use the
ASOBO_GT_Highlight_Template and pass something as PART_ID , it
eventually ends up being passed to the PartID tag of
ASOBO_GT_Part_ID_Subtemplate


This is a redirection but it’s the same thing. Regards, Sylvain