AnnSetPointOptions method (Annotation Control)
Builder Syntax |
int AnnSetPointOptions(HANNOBJECT hObject) |
Delphi Syntax |
AnnSetPointOptions (hObject: HANNOBJECT ): L_INT |
Overview |
Refer to Implementing Annotations. |
Remarks
Sets the point options for the specified annotation object.
To set the point options for one or more objects you must set the desired options in the AnnPointOptions property before calling this method. In addition, you must set the AnnFlags property before calling this method, to indicate the objects for which to set the point options. Possible values for the AnnFlags property are:
0
ANNFLAG_SELECTED
ANNFLAG_NOTTHIS
ANNFLAG_RECURSE
ANNFLAG_NOTCONTAINER
ANNFLAG_NOINVALIDATE
See Also