Click or drag to resize

UDAManagerUpdateKey(Int32, String, String, Boolean) Method

지정된 개체의 속성 키값을 변경

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void UpdateKey(
	int index,
	string oldKey,
	string newKey,
	bool recursive
)

Parameters

index  Int32
노드 인덱스
oldKey  String
이전 키값
newKey  String
신규 키값
recursive  Boolean
재귀적으로 수정 여부
See Also