|
SEDRIS Reference Manual
APPENDIX B - Transmittal Access Level 1 API Functions SE ModelNameFromGMI |
|---|
| extern SE_Status_Code | |||||
| SE_ModelNameFromGMI | |||||
| ( | |||||
| SE_Object | object_in, | (notes) | |||
| SE_Store | store_in, | (notes) | |||
| const | SE_String | * | * | result_out_ptr | (notes) |
| ); | |||||
Given a <Geometry Model Instance>, retrieves the name of the <Model> that contains the <Geometry Model> being instanced.
| SE_STAT_CODE_SUCCESS | and the output parameters are set appropriately, if valid parameters were passed in and all operations succeeded. |
| SE_STAT_CODE_UNRESOLVED_INPUT_OBJECT | and no changes are makde if object_in is unresolved. |
| SE_STAT_CODE_NO_OBJECT | and no changes are made if
|
| SE_STAT_CODE_UNRESOLVED_OUTPUT_OBJECT | and no changes are made if any unresolved intermediate object is encountered that cannot be resolved. |
| SE_STAT_CODE_INACTIONABLE_FAILURE | and no changes are made if the fields of the <Model> cannot be retrieved. |
<Geometry Model Instance> whose <Model> we're identifying
store to manage the memory being retrieved
pointer to a handle to the name being retrieved
Prev: SE_ModelNameFromFMI.
Next: SE_PrintDesiredImageParameters.
Up:Index.
|