Description
Use this callback to access the ViewContext object. From the ViewContext, you can get a handle to the top-level window from which you can create child windows.
Applies To
Syntax
// C++
void <custom_display_name>_Init( CRef& in_context )
{
...
}
<custom_display_name> is the name specified in the call to RegisterCustomDisplay (see PluginRegistrar ), with any spaces removed.
Parameters
|
Parameter |
Type |
Description |
|
in_context |
CRef & |
A reference to a ViewContext object. |
See Also
• Notify
• Custom Display (View) Callbacks
SOFTIMAGE|XSI v6.01