Click or drag to resize

IVIZZARDServiceGetChildObjects Method

지정된 개체의 하위 목록 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<NodeVO> GetChildObjects(
	int NodeIndex,
	ChildrenTypes type = ChildrenTypes.Children
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스
type (Optional)
Type: SHConnectorChildrenTypes
하위 노드 가져오기 유형

Return Value

Type: ListNodeVO
The list including the child objects
See Also