Click or drag to resize

Object3DManagerGetNodeNameMap Method

전체 노드의 이름과 노드 인덱스 목록 맵 반환 - Key : Node Name / Value : Node Index

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Dictionary<string, List<int>> GetNodeNameMap()

Return Value

Type: DictionaryString, ListInt32
Key : Node Name / Value : Node Index
See Also