Delete
Overloads
| Name | Description |
|---|---|
| Delete(int id) | 간섭검사 삭제 |
| Delete(ClashTest item) | 간섭검사 삭제 |
Delete(int id)
public bool Delete(int id)
간섭검사 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 간섭검사 테스트 아이디(ID) |
Returns
| Type | Description |
|---|---|
| bool | 삭제 결과 |
Delete(ClashTest item)
public void Delete(ClashTest item)
간섭검사 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| item | ClashTest | 간섭검사 항목 |