본문으로 건너뛰기

UpdateKey

Overloads

NameDescription
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

NameTypeDescription
indexint노드 인덱스
oldKeystring이전 키값
newKeystring신규 키값
recursivebool재귀적으로 수정 여부

UpdateKey(string oldKey, string newKey, bool recursive)

public void UpdateKey(string oldKey, string newKey, bool recursive)

선택된 개체의 속성 키값을 변경

Parameters

NameTypeDescription
oldKeystring이전 키값
newKeystring신규 키값
recursivebool재귀적으로 수정 여부