OnEnumerateHandle Event (LEADRasterAnnotation)
void OnEnumerateHandle(long hObject, ILEADRasterAnnHandleInfo * AnnHandleInfo); | |
Overview |
Refer to Implementing Annotations. |
Remarks
Occurs for each handle enumerated by the AnnEnumerateHandle method.
The AnnHandleInfo parameter can be used to obtain detailed information about an annotation object handle. It can also be used to change some (but not all) of the properties of a user handle. All properties of an annotation object handle can be changed EXCEPT the location. The properties of a handle that can be changed within this event are:
See Also