- Parameters:
- Interval
changeInt
This is the interval of time over which the message is active.
Currently, all plug-ins will receive FOREVER for this
interval.
RefTargetHandle hTarget
This is the handle of the reference target the message was sent by.
The reference maker uses this handle to know specifically which
reference target sent the message.
PartID& partID
This contains information specific to the message passed in. Some
messages don't use the partID at all. See the section
Reference
Messages and PartID for more information about the
meaning of the partID for some common messages.
RefMessage message
The message parameters passed into this method is the
specific message which needs to be handled. See Reference Messages.
- Returns:
- The return value from this method is of type RefResult.
This is usually REF_SUCCEED indicating the message was
processed. Sometimes, the return value may be REF_STOP. This
return value is used to stop the message from being propagated to
the dependents of the item.
Implemented in UndoNotify.