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