API-Dokumentation > Geometry items > Object ProGeomitem > Function ProGeomitemToPoint
Function ProGeomitemToPoint
Description
Converts a point ProGeomitem handle to a ProPoint handle.
Synopsis
#include <ProGeomitem.h>
ProGeomitemToPoint
(
ProGeomitem* p_geom_item
/* (In)
The point geometry item handle
*/
ProPoint* r_point_handle
/* (Out)
The point handle initialized, based on the input geometry item handle
*/
)
Returns
The function successfully converted the geometry item handle to a point handle.
The input geometry item handle is invalid, or does not refer to a point.
Sample Code References
War dies hilfreich?