Click or drag to resize

IVIZZARDServiceGetNodeCircleList Method

노드에 속한 원 정보 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<NodeCircleVO> GetNodeCircleList(
	int nNodeIndex
)

Parameters

nNodeIndex
Type: SystemInt32
노드 아이디

Return Value

Type: ListNodeCircleVO
원 목록
See Also