API Documentation > Geometry items > Object ProCurve > Function ProCurveLinestyleSet
Function ProCurveLinestyleSet
DEPRECATED:
Since Wildfire 5.0
Description
NOTE:
This function is deprecated. Use ProCurvePersistentLinestyleSet() instead. Sets the linestyle of the specified curve, and returns the original linestyle. Note:
In order to see the change made to the linestyle, use the function ProDisplistInvalidate() on the owner model.
Synopsis
#include <ProCurve.h>
ProCurveLinestyleSet
(
ProCurve p_curve
/* (In)
The curve handle
*/
ProLinestyle new_linestyle
/* (In)
The new linestyle for the curve
*/
ProLinestyle* p_old_linestyle
/* (Out)
The linestyle of the curve before the change
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
Was this helpful?