Click or drag to resize

mcGraphOverlayTemplateSelection Enumeration

Specify the template returned (or not) by the McGraphOverlay.Template property.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcGraphOverlayTemplateSelection
Members
  Member nameValueDescription
mcgtsAutoCreateTemplate0This is the default; a user-default ischecked for, then a previously created Template with the correct ClassName and TemplateID and finally a new Template is created if neither of those are found.
mcgtsExistingTemplatesOnly1return an empty variant if the TemplateID parameterdoes not match an existing template.
mcgtsNoUserTemplates2do not return templates in the mcGraphObjCategory.mcgcTemplateUser Category.
mcgtsAutoTemplateID4ignore TemplateID and automatically generate a new ID.
See Also