NotifyClickVectorObject callback

image\bltlrgsq_shg.gif Editions  image\bltlrgsq_shg.gif Related Functions image\bltlrgsq_shg.gif Example

The IN_NFY_CLICK_VECTOR_OBJECT notification tells client applications that a vector object on an active edit layer has been clicked through the user interface. The NotifyClickVectorObject callback accepts this data.

Notify IN_NFY_CLICK_VECTOR_OBJECT (37)

Syntax

void CALLBACK NotifyClickVectorObject( IN_DOCWIN docwinID, IN_LAYER layerID, IN_OBJECT objectID )

Parameters

Meaning

docwinID

identifier of the document window that contains the modified layer

layerID

identifier of the modified edit layer

objectID

identifier of the vector object clicked. See Remarks.

Remarks

This notification is not returned when a hotspot object is clicked. Instead, a NotifyHotspotPlaced callback can be registered. The notification is returned when a symbol is clicked.

Release information

Published in Release 7.2 of Imagenation for Windows.

Not yet available in Imagenation for UNIX.

See also

Getting vector object information

Controlling notifications and queries