Description | |||||||||||||||||
Returns a pointer to the specified view, given the model and view name. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcViewOwner::GetView | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProView.h> | |||||||||||||||||
ProError | ProViewNameToView | ( | |||||||||||||||
ProMdl model | |||||||||||||||||
/* (In) | |||||||||||||||||
The handle to the model whose view you want to find | |||||||||||||||||
*/ | |||||||||||||||||
ProLine view_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The view name | |||||||||||||||||
*/ | |||||||||||||||||
ProView* p_view | |||||||||||||||||
/* (Out) | |||||||||||||||||
The pointer to the view | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|