ExportVIZW
Overloads
| Name | Description |
|---|---|
| ExportVIZW(string file) | VIZW (Web) 파일 형식으로 내보내기 |
| ExportVIZW(string input, string output, bool showFileInExplorer) | VIZ to VIZW |
ExportVIZW(string file)
public bool ExportVIZW(string file)
VIZW (Web) 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.vizw |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportVIZW(string input, string output, bool showFileInExplorer)
public bool ExportVIZW(string input, string output, bool showFileInExplorer)
VIZ to VIZW
Parameters
| Name | Type | Description |
|---|---|---|
| input | string | Input VIZ File |
| output | string | Output VIZW File |
| showFileInExplorer | bool | Show File In Explorer |
Returns
| Type | Description |
|---|---|
| bool | Result |