| 735 | return this->GetObjectArrayName(ELEM_SET, index); |
| 736 | } |
| 737 | int GetElementSetResultArrayStatus(const char* name) |
| 738 | { |
| 739 | return this->GetObjectArrayStatus(ELEM_SET, name); |
| 740 | } |
| 741 | void SetElementSetResultArrayStatus(const char* name, int flag) |
| 742 | { |
| 743 | this->SetObjectArrayStatus(ELEM_SET, name, flag); |
nothing calls this directly
no test coverage detected