Click or drag to resize

GroupManager Class

Group Manager Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerGroupManager

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class GroupManager : VIZCoreBase

The GroupManager type exposes the following members.

Properties
 NameDescription
Public propertyGroupItems Group Item Collection
Top
Methods
 NameDescription
Public methodAdd(String) 선택된 개체를 그룹에 추가
Public methodAdd(String, ListInt32) 지정된 개체를 그룹에 추가
Public methodAdd(String, ListNode) 지정된 개체를 그룹에 추가
Public methodAdd(String, String, String) 사용자 정의 속성(UDA) 개체를 그룹에 추가
Public methodAdd(String, ListString, Boolean, Boolean, Boolean, Boolean, Boolean) 검색 조건으로 개체를 그룹에 추가
Public methodClear 그룹 정보 초기화
Public methodDelete 지정된 그룹 삭제
Public methodUpdate 조건(속성 및 검색)으로 추가된 그룹의 조회 결과 갱신
Public methodUpdate(String) 조건(속성 및 검색)으로 추가된 그룹의 조회 결과 갱신
Top
See Also