Click or drag to resize

IMcGraphObjPolyNotifyCreationComplete Method

Sends an ObjectCreated notification to Overlay notify clients

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
Remarks
You must call the NotifyCreationComplete method before any object created, property change or coordinate move notifications will be sent to notify clients of the Overlay property (see McGraphOverlay.Add for an example). This serves two purposes: it avoids sending a bunch of expensive notifications during the process of object creation. It also allows an "abort" to be performed (as when the object is being created via user interaction) at any time until the NotifyCreationComplete method call is made, without notify clients having to "undo" their object tracking.
Note Note
When this method is called, the object is automatically deselected (i.e., Selected=FALSE). Labels will not be displayed until after NotifyCreationComplete is called.
See Also