Function ProLinestyleSet
Description
Sets the line style for the graphics drawn by Creo Parametric TOOLKIT.
Replacement in Object TOOLKIT:
Synopsis
#include <ProColor.h>
ProLinestyleSet
(
ProLinestyle line_style
/* (In)
The new line style.
*/
ProLinestyle* old_style
/* (Out)
The previous line style. This can be NULL.
*/
)
Returns
The function successfully set the color.
The new line style is the same as the old line style.
Sample Code References
User Guide References
這是否有幫助?