Click or drag to resize

SelectionBoxManagerMerge Method

선택상자 병합. 첫번째 아이디(ID) 선택상자에 나머지 선택상자를 병합

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public bool Merge(
	List<int> id
)

Parameters

id
Type: System.Collections.GenericListInt32
병합 대상 선택상자 아이디(ID) 목록

Return Value

Type: Boolean
병합 결과
See Also