Click or drag to resize

UDAManagerUpdate 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
C#
public void Update(
	int index,
	string key,
	string val,
	bool recursive
)

Parameters

index
Type: SystemInt32
노드 인덱스
key
Type: SystemString
속성 키
val
Type: SystemString
속성 정보
recursive
Type: SystemBoolean
재귀적으로 수정 여부
See Also