Function ProIntfDataOutlineSet
Description
Sets the outline of the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataOutlineSet
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProOutline xyz_outline
/* (In)
The coordinates of box that contains the interface data
*/
)
Returns
The function successfully set outline.
One or more of the arguments are invalid.
Sample Code References
これは役に立ちましたか?