Documentazione API > Geometry items > Object ProCurve > Function ProCurveLinestyleGet
Function ProCurveLinestyleGet
DEPRECATED:
Since Wildfire 5.0
Description
NOTE:
This function is deprecated. Use ProCurvePersistentLinestyleGet() instead. Finds the linestyle of the specified curve.
Synopsis
#include <ProCurve.h>
ProCurveLinestyleGet
(
ProCurve p_curve
/* (In)
The curve handle
*/
ProLinestyle* p_linestyle
/* (Out)
The retrieved linestyle of the curve
*/
)
Returns
The function completed successfully.
The input argument is invalid.
È stato utile?