Click or drag to resize

GroupManagerAdd Method (String, ListInt32)

지정된 개체를 그룹에 추가

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.422 (2.8.25.422)
Syntax
C#
public GroupItem Add(
	string name,
	List<int> index
)

Parameters

name
Type: SystemString
그룹 이름
index
Type: System.Collections.GenericListInt32
노드 인덱스

Return Value

Type: GroupItem
추가된 그룹 항목 객체
See Also