Function ProIntfDataSurfaceAppend
Description
Appends the specified surface to the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataSurfaceAppend
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProSurfacedata* p_surfdata
/* (In)
The surface
*/
)
Returns
The function successfully appended the surface.
One or more of the arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?