| UDAManagerUpdateKey Method (Int32, String, String, Boolean) |
지정된 개체의 속성 키값을 변경
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void UpdateKey(
int index,
string oldKey,
string newKey,
bool recursive
)
Parameters
- index
- Type: SystemInt32
노드 인덱스 - oldKey
- Type: SystemString
이전 키값 - newKey
- Type: SystemString
신규 키값 - recursive
- Type: SystemBoolean
재귀적으로 수정 여부
See Also