API Documentation > Geometry items > Object ProCurve > Function ProCurvePersistentLinestyleSet
Function ProCurvePersistentLinestyleSet
Description
Sets the linestyle of the specified curve. Note:
In order to see the change made to the linestyle, use the function ProDisplistInvalidate() on the owner model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurvePersistentLinestyleSet
(
ProSolid p_solid
/* (In)
The solid owner of the curve
*/
ProCurve p_curve
/* (In)
The curve handle
*/
ProLinestyle new_linestyle
/* (In)
The new linestyle for the curve
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
There was a general error and the function failed.
Sample Code References
User Guide References
Was this helpful?