 | Object3DManagerGetNodeNameMapFromDepth Method |
Depth에 맞는 노드 이름 맵 반환
Namespace:
VIZCore3DX.NET.Manager
Assembly:
VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntaxpublic Dictionary<string, List<Node>> GetNodeNameMapFromDepth(
int depth
)
Parameters
- depth
- Type: SystemInt32
노드 Depth
Return Value
Type:
DictionaryString,
ListNode노드 이름 기준 맵 - KEY : Name, VALUE : Node List
See Also