Click or drag to resize

IVIZZARDServiceGetAllObjectsMap Method

모든 개체 정보 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void GetAllObjectsMap(
	out Dictionary<int, NodeVO> NodeIndexMap,
	out Dictionary<int, NodeVO> NodeIdMap,
	out Dictionary<int, List<NodeVO>> ChildNodesMap
)

Parameters

NodeIndexMap
Type: System.Collections.GenericDictionaryInt32, NodeVO
The node index based on Dictionary
NodeIdMap
Type: System.Collections.GenericDictionaryInt32, NodeVO
The node id based on Dictionary
ChildNodesMap
Type: System.Collections.GenericDictionaryInt32, ListNodeVO
The node index based on Dictionary
See Also