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