Click or drag to resize

IVIZZARDServiceGetObjectStructure Method

지정된 개체의 모델 구조 반환
(지정된 개체까지 지정된 개체의 하위는 나오지 않음)

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<NodeVO> GetObjectStructure(
	int NodeIndex
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스

Return Value

Type: ListNodeVO
The list including the objects
See Also