GetNodeFromDepthAmongParts
Overloads
| Name | Description |
|---|---|
| GetNodeFromDepthAmongParts(int depth, List<Node> parts, bool includeNodePath) | Part 목록에서 지정된 Depth의 노드 목록 반환 |
GetNodeFromDepthAmongParts(int depth, List<Node> parts, bool includeNodePath)
public List<Node> GetNodeFromDepthAmongParts(int depth, List<Node> parts, bool includeNodePath)
Part 목록에서 지정된 Depth의 노드 목록 반환
Parameters
| Name | Type | Description |
|---|---|---|
| depth | int | 노드 Depth |
| parts | List<Node> | Part 목록 |
| includeNodePath | bool | 노드 패스 정보 포함 여부 |
Returns
| Type | Description |
|---|---|
| List<Node> | Part 목록에서 지정된 Depth의 노드 목록 |