API 설명서 > Selection > Object ProSelection > Function ProSelectionViewSet
Function ProSelectionViewSet
Description
Sets the view of the ProSelection to the user provided ProView.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionViewSet
(
ProView view
/* (In)
user-provided ProView.
*/
ProSelection* p_prosel
/* (In)
pointer to user-provided ProSelection.
*/
)
Returns
The function successfully set the view.
One of the arguments is NULL.
Sample Code References
User Guide References
도움이 되셨나요?