UpdateKey
Overloads
| Name | Description |
|---|---|
| UpdateKey(int index, string oldKey, string newKey, bool recursive) | 지정된 개체의 속성 키값을 변경 |
| UpdateKey(string oldKey, string newKey, bool recursive) | 선택된 개체의 속성 키값을 변경 |
UpdateKey(int index, string oldKey, string newKey, bool recursive)
public void UpdateKey(int index, string oldKey, string newKey, bool recursive)
지정된 개체의 속성 키값을 변경
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | 노드 인덱스 |
| oldKey | string | 이전 키값 |
| newKey | string | 신규 키값 |
| recursive | bool | 재귀적으로 수정 여부 |
UpdateKey(string oldKey, string newKey, bool recursive)
public void UpdateKey(string oldKey, string newKey, bool recursive)
선택된 개체의 속성 키값을 변경
Parameters
| Name | Type | Description |
|---|---|---|
| oldKey | string | 이전 키값 |
| newKey | string | 신규 키값 |
| recursive | bool | 재귀적으로 수정 여부 |