API-Dokumentation > Geometry items > Object ProPoint > Function ProPointIdGet
Function ProPointIdGet
Description
Gets the identifier of the point object.
NOTE:
Although the pointer can be reallocated, the identifier will not change.
Replacement in Object TOOLKIT:
Synopsis
#include <ProPoint.h>
ProPointIdGet
(
ProPoint point
/* (In)
The point 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
War dies hilfreich?