[CONNECT C++] ApplyElementTemplateParams() verses ApplyTemplateWithoutReference()

Wondering what the difference is between these two functions, as they both have the same parameter list (EditElementHandleR, ElementTemplateNodeR). Both are static functions of MstnElementTemplateMgr.

Parents Reply Children
  • I'm just wondering what the difference is in what these two function do, as they have the same parameters. Why would I use one over the other? The  ApplyTemplateWithoutReference() function implies it does not include a reference to the Template when it's applied to the element, but then ApplyElementTemplateParams() also does not include a reference to the Template. So I'm wondering why there are two functions that *seem* to do the same thing..... The help file is a little sparse on all the MstnElementTemplateMgr functions.