Description

Sends an ObjectCreated notification to Overlay notify clients

Return Type

None  
Value Meaning

HRESULT

 

Syntax

object.NotifyCreationComplete

The NotifyCreationComplete Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjLine.

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.

Notes

When this method is called, the object is automatically deselected (i.e., Selected=FALSE).

Labels will not be displayed until after NotifyCreationComplete is called.