Click or drag to resize

UDAManagerUpdateKey Method (Int32, Int32, String, String, String)

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

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public void UpdateKey(
	int entityId,
	int index,
	string category,
	string oldKey,
	string newKey
)

Parameters

entityId
Type: SystemInt32
노드 Entity ID
index
Type: SystemInt32
노드 인덱스
category
Type: SystemString
카테고리
oldKey
Type: SystemString
이전 키값
newKey
Type: SystemString
신규 키값
See Also