Reference Target

3DS Max Plug-In SDK

Reference Target

See Also: Class ReferenceTarget.

Almost all plug-ins are derived from ReferenceTarget. And because ReferenceTarget is derived from ReferenceMaker, these plug-ins may also make references.

The primary methods allow deleting any references that have been made to the target, and copying of the reference target.

DeleteAllRefsToMe()

This method deletes all references to the target. This is often used when an item is being deleted and it wants to remove all references from itself.

Clone()

This method copies both the data structure and all the data residing in the data structure of the reference target.