 | FindManagerQuickSearch Method (ListNode, ListString, Boolean, Boolean, Boolean, Boolean, Boolean) |
결과 재검색
Namespace:
VIZCore3DX.NET.Manager
Assembly:
VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.1127 (1.1.25.1127)
Syntaxpublic List<Node> QuickSearch(
List<Node> resultData,
List<string> keyword,
bool joinCondition = false,
bool assemblyOnly = true,
bool visibleOnly = false,
bool selectedNodeOnly = false,
bool fullMatch = false
)
Parameters
- resultData
- Type: System.Collections.GenericListNode
이전 검색 결과 - keyword
- Type: System.Collections.GenericListString
검색어 (노드이름) - joinCondition (Optional)
- Type: SystemBoolean
검색어 결합조건. True : AND, False : OR - assemblyOnly (Optional)
- Type: SystemBoolean
대상 노드 구분. True : 어셈블리 노드만 검색, False : 전체 노드 검색 - visibleOnly (Optional)
- Type: SystemBoolean
조회 노드 구분. True : 보이는 노드만 검색, False : 전체 노드 검색 - selectedNodeOnly (Optional)
- Type: SystemBoolean
선택 노드 구분. True : 선택 노드 이하 검색, False : 전체 노드 검색 - fullMatch (Optional)
- Type: SystemBoolean
검색어 일치 여부. True : 검색어 전체 일치(Equal), False : 검색어 부분 일치(Contains)
Return Value
Type:
ListNode검색 결과 노드 목록
See Also