Click or drag to resize

mcGraphOverlayTemplates Enumeration

Identify the template used to create objects in McGraphOverlay.Add.

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 mcGraphOverlayTemplates
Members
  Member nameValueDescription
mcgtAnyTemplate-1Use the first user defined template found (see McGraphOverlay.Template)
mcgtDefaultTemplate0Use the default system template.
mcgtStandardAutoDisplay1Standard TemplateID value for IMcFeaturesauto display. For McGraphOverlay which are McFeature.AutoDisplayOverlay instances, any object created with this bit set in its TemplatID will result in the automatic creation of a linked feature.
mcgtCustomDefaultsBaseTemplateID20001This is the base TemplateID forcreating graphic objects with user-defaults (Category mcGraphObjCategory.mcgcTemplateUser) that can be persisted. For McGraphObjPoint values of mcgtCustomDefaultsBaseTemplateID + PointShape*2 are used to to start the point creation tool with a selected point Shape. For McGraphObjArrow values of mcgtCustomDefaultsBaseTemplateID + ArrowSymbol*2 are used to to start the arrow pointer creation tool with a selected symbol.
mcgtPolylineTemplateID20001TemplateID for creating McGraphObjPoly.Closed = False
mcgtPolygonTemplateID20003TemplateID for creating McGraphObjPoly.Closed = True
mcgtTextWithoutPointerLineTemplateID20001TemplateID for creatingMcGraphObjText with the McGraphObjTextEx.ControlFlags mcGraphObjTextControlFlags.mcgotcfDrawPointerLine bit clear
mcgtTextWithPointerLineTemplateID20003TemplateID for creatingMcGraphObjText with the McGraphObjTextEx.ControlFlags mcGraphObjTextControlFlags.mcgotcfDrawPointerLine bit set.
See Also