This reference page is linked to from the following overview topics: New Classes and Methods.
#include <igrip.h>
Public Member Functions |
|
virtual void | UpdateGripVisibility ()=0 |
Based on different sub-object selection, the
grip updates the controls in it to be visible or hidden. |
|
virtual Interface_ID | GetID () |
This method returns the unique interface ID
for IBaseGrip2. |
virtual void UpdateGripVisibility | ( | ) | [pure virtual] |
Based on different sub-object selection, the grip updates the controls in it to be visible or hidden.
virtual Interface_ID GetID | ( | ) | [inline, virtual] |
This method returns the unique interface ID for IBaseGrip2.
Reimplemented from BaseInterface.
{ return IBASEGRIP2_INTERFACE; }