Click or drag to resize

TaskManager.GetResults Method (Int32, Int32)

간섭검사 결과 반환

Namespace:  VIZCLASH.NET
Assembly:  VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntax
C#
public List<ClashResult> GetResults(
	int taskId,
	int subId
)

Parameters

taskId
Type: System.Int32
간섭검사 Task Id
subId
Type: System.Int32
간섭검사 결과 Sub Id

Return Value

Type: List<ClashResult>
간섭검사 결과
See Also