Click or drag to resize

IVIZZARDServiceLoadMultiNode Method

지정한 대상들을 로드 하는 함수

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void LoadMultiNode(
	int[] NodeId,
	bool ShowNode,
	bool ShowProgressBar
)

Parameters

NodeId
Type: SystemInt32
노드 인덱스 배열
ShowNode
Type: SystemBoolean
Show / Hide
ShowProgressBar
Type: SystemBoolean
Show(Hide) progressbar
See Also