API 文档 > Geometry items > Object ProQuilt > Function ProQuiltIdGet
Function ProQuiltIdGet
Description
Gets the identifier of the quilt object.
NOTE:
Although the pointer can be reallocated, the identifier will not change.
Replacement in Object TOOLKIT:
Synopsis
#include <ProQuilt.h>
ProQuiltIdGet
(
ProQuilt quilt
/* (In)
The quilt handle
*/
int* p_id
/* (Out)
The returned identifier of the coordinate system object
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
这对您有帮助吗?