| 731 | |
| 732 | int GetNumberOfElementSetResultArrays() { return this->GetNumberOfObjectArrays(ELEM_SET); } |
| 733 | const char* GetElementSetResultArrayName(int index) |
| 734 | { |
| 735 | return this->GetObjectArrayName(ELEM_SET, index); |
| 736 | } |
| 737 | int GetElementSetResultArrayStatus(const char* name) |
| 738 | { |
| 739 | return this->GetObjectArrayStatus(ELEM_SET, name); |
nothing calls this directly
no test coverage detected