| Description |
| Converts a coordinate system ProGeomitem handle to a ProCsys handle. |
| Synopsis |
| #include <ProGeomitem.h> |
| ProError | ProGeomitemToCsys | ( |
| ProGeomitem* p_geom_item | |
| /*
(In) |
| The coordinate system geometry item handle |
| */ |
| ProCsys* r_csys_handle | |
| /*
(Out) |
| The coordinate system handle initialized, based on the input geometry item handle |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully converted the geometry item handle to a coordinate system handle. |
| PRO_TK_BAD_INPUTS | | The input geometry item handle is invalid, or does not refer to a coordinate system. |
|