Click or drag to resize

IVIZZARDServiceGetGridItems Method

해당 축의 Frame 목록 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<FrameVO> GetGridItems(
	Axis axis
)

Parameters

axis
Type: SHConnectorAxis
Axis

Return Value

Type: ListFrameVO
An array of type FrameVO, containing the Frame information object
See Also