Term (Custom Display)

Description

Use this callback to free user data and local memory.

Applies To

Custom Display Host

Syntax

// C++
void <custom_display_name>_Term( CRef& in_context )
{
   ...
}

<custom_display_name> is the name specified in the call to RegisterCustomDisplay , with any spaces removed.

Parameters

Parameter

Type

Description

in_context

CRef &

A reference to a ViewContext object.

See Also

Init (Custom Display)

Notify

Custom Display (View) Callbacks



Autodesk Softimage v7.5