Given a 2D spatial reference frame (SRF), retrieves the corresponding
3D SRF, if there is one.
SE_COORD_FAILURE - otherwise.
| extern SE_COORD_STATUS_CODE_ENUM | |||
| SRM_GetCorresponding3DSRF | |||
| ( | |||
| SRM_SRF_2D_ENUM | srf_2D, | (notes) | |
| SRM_SRF_3D_ENUM | * | srf_3D_ptr | (notes) |
| ); | |||
2D SRF for which we want the corresponding 3D SRF
pointer to a variable, provided by the user, into which
the corresponding 3D SRF's enumerator is copied, if there is one.