Documentazione API > Geometry items > Object ProCurve > Function ProCurveIdGet
Function ProCurveIdGet
Description
Retrieves the identifier of the curve object.
NOTE:
Although the pointer can be reallocated, the identifier will not change.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveIdGet
(
ProCurve curve
/* (In)
The curve handle
*/
int* p_id
/* (Out)
The returned identifier of the curve
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
È stato utile?