Click or drag to resize

IVIZZARDServiceGetSelectedObjects Method

선택된 모든 개체 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<NodeVO> GetSelectedObjects(
	bool IncludeChildren
)

Parameters

IncludeChildren
Type: SystemBoolean
하위 Object 포함 여부

Return Value

Type: ListNodeVO
The list including the selected objects
See Also