Function ProCurveTypeGet
Description
Finds the type of the specified curve.
Synopsis
#include <ProCurve.h>
ProCurveTypeGet
(
ProCurve p_curve
/* (In)
The curve handle
*/
ProEnttype* p_curve_type
/* (Out)
The curve type
*/
)
Returns
The function successfully retrieved the curve type.
The input argument is invalid.
Sample Code References
User Guide References
これは役に立ちましたか?