Category Geometry items, Object ProCurve

Function ProCurveLinestyleGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProCurvePersistentLinestyleGet
Description
NOTE:

This function is deprecated. Use ProCurvePersistentLinestyleGet() instead.

Finds the linestyle of the specified curve.
Synopsis
#include <ProCurve.h>
ProErrorProCurveLinestyleGet(
ProCurve p_curve
/* (In)
The curve handle
*/
ProLinestyle* p_linestyle
/* (Out)
The retrieved linestyle of the curve
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.