Click or drag to resize

IVIZZARDServiceGetClashTestResultList Method

간섭검사 결과 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<ClashResultVO> GetClashTestResultList(
	int nID,
	int nSubID
)

Parameters

nID
Type: SystemInt32
간섭검사 ID
nSubID
Type: SystemInt32
간섭검사 SubID

Return Value

Type: ListClashResultVO
간섭검사 결과 목록
See Also