Click or drag to resize

TaskManagerExportImages Method

간섭검사 결과 이미지 내보내기

Namespace:  VIZCLASH.NET
Assembly:  VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntax
C#
public bool ExportImages(
	int taskId,
	string dir,
	bool iso,
	bool plan,
	bool section,
	bool elevation
)

Parameters

taskId
Type: SystemInt32
간섭검사 Task Id
dir
Type: SystemString
이미지 파일 경로
iso
Type: SystemBoolean
ISO 이미지 내보내기
plan
Type: SystemBoolean
PLAN 이미지 내보내기
section
Type: SystemBoolean
SECTION 이미지 내보내기
elevation
Type: SystemBoolean
ELEVATION 이미지 내보내기

Return Value

Type: Boolean
내보내기 결과
See Also