Click or drag to resize

TaskManagerSetModels Method

간섭검사 대상 모델 추가

Namespace:  VIZCLASH.NET
Assembly:  VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntax
C#
public bool SetModels(
	int taskId,
	List<string> files
)

Parameters

taskId
Type: SystemInt32
간섭검사 Task Id
files
Type: System.Collections.GenericListString
VIZ 파일 경로

Return Value

Type: Boolean
모델 추가 결과
See Also