OnObjectUnselected

This event occurs when an object is unselected in the 3D Window.

 

JavaScript

 

OnObjectUnselected (

       ObjectID)

 

C#

 

void OnObjectUnselected (

       string ObjectID)

 

C++

 

HRESULT OnObjectUnselected (

       [in] BSTR ObjectID)

Parameters

ObjectID

The ID of the object that was unselected.