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
SyntaxPublic Enumeration mcGraphOverlayTemplateSelection
Members
| Member name | Value | Description |
---|
| mcgtsAutoCreateTemplate | 0 | This 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. |
| mcgtsExistingTemplatesOnly | 1 | return an empty variant if the TemplateID parameterdoes not match an existing template. |
| mcgtsNoUserTemplates | 2 | do not return templates in the mcGraphObjCategory.mcgcTemplateUser Category. |
| mcgtsAutoTemplateID | 4 | ignore TemplateID and automatically generate a new ID. |
See Also