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
SyntaxPublic Enumeration mcGraphOverlayTemplates
Members
| Member name | Value | Description |
---|
| mcgtAnyTemplate | -1 | Use the first user defined template found (see McGraphOverlay.Template) |
| mcgtDefaultTemplate | 0 | Use the default system template. |
| mcgtStandardAutoDisplay | 1 | Standard 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. |
| mcgtCustomDefaultsBaseTemplateID | 20001 | This 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. |
| mcgtPolylineTemplateID | 20001 | TemplateID for creating McGraphObjPoly.Closed = False |
| mcgtPolygonTemplateID | 20003 | TemplateID for creating McGraphObjPoly.Closed = True |
| mcgtTextWithoutPointerLineTemplateID | 20001 | TemplateID for creatingMcGraphObjText with the McGraphObjTextEx.ControlFlags
mcGraphObjTextControlFlags.mcgotcfDrawPointerLine bit clear |
| mcgtTextWithPointerLineTemplateID | 20003 | TemplateID for creatingMcGraphObjText with the McGraphObjTextEx.ControlFlags
mcGraphObjTextControlFlags.mcgotcfDrawPointerLine bit set. |
See Also