Show
Overloads
| Name | Description |
|---|---|
| Show(List<MeasureItem> items, bool visible) | 보이기(숨기기) |
| Show(List<int> id, bool visible) | 보이기(숨기기) |
| Show(int id, bool visible) | 보이기/숨기기 |
| Show(bool visible) | 전체 보이기(숨기기) |
Show(List<MeasureItem> items, bool visible)
public void Show(List<MeasureItem> items, bool visible)
보이기(숨기기)
Parameters
| Name | Type | Description |
|---|---|---|
| items | List<MeasureItem> | 측정 항목 |
| visible | bool | 보이기/숨기기 |
Show(List<int> id, bool visible)
public void Show(List<int> id, bool visible)
보이기(숨기기)
Parameters
| Name | Type | Description |
|---|---|---|
| id | List<int> | 아이템 아이디(ID) |
| visible | bool | 보이기(숨기기) |
Show(int id, bool visible)
public void Show(int id, bool visible)
보이기/숨기기
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 측정 항목 아이디(ID) |
| visible | bool | 보이기/숨기기 |
Show(bool visible)
public void Show(bool visible)
전체 보이기(숨기기)
Parameters
| Name | Type | Description |
|---|---|---|
| visible | bool | 보이기(숨기기) |