본문으로 건너뛰기

GetNodeFromDepthAmongParts

Overloads

NameDescription
GetNodeFromDepthAmongParts(int depth, List<Node> parts, bool includeNodePath)Part 목록에서 지정된 Depth의 노드 목록 반환

GetNodeFromDepthAmongParts(int depth, List<Node> parts, bool includeNodePath)

public List&lt;Node&gt; GetNodeFromDepthAmongParts(int depth, List&lt;Node&gt; parts, bool includeNodePath)

Part 목록에서 지정된 Depth의 노드 목록 반환

Parameters

NameTypeDescription
depthint노드 Depth
partsList<Node>Part 목록
includeNodePathbool노드 패스 정보 포함 여부

Returns

TypeDescription
List<Node>Part 목록에서 지정된 Depth의 노드 목록