Click or drag to resize

StructureManagerMoveNodes Method (ListInt32, ListInt32, ListInt32)

노드 이동

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void MoveNodes(
	List<int> id,
	List<int> parentId,
	List<int> kind
)

Parameters

id
Type: System.Collections.GenericListInt32
이동할 노드 아이디
parentId
Type: System.Collections.GenericListInt32
노드의 부모 아이디
kind
Type: System.Collections.GenericListInt32
노드 유형
See Also