 | GroupManagerAdd Method (String, ListInt32) |
지정된 개체를 그룹에 추가
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.422 (2.8.25.422)
Syntaxpublic GroupItem Add(
string name,
List<int> index
)
Parameters
- name
- Type: SystemString
그룹 이름 - index
- Type: System.Collections.GenericListInt32
노드 인덱스
Return Value
Type:
GroupItem추가된 그룹 항목 객체
See Also