Click or drag to resize

MessageHelperOpenFileAndShow Method (Int32, String)

지정된 프로세스(VIZZARD)에 모델 파일 열기 및 조회 메시지 전송

Namespace:  VIZZARD.Utility.Message
Assembly:  VIZZARD.Utility (in VIZZARD.Utility.dll) Version: 1.1.20.325 (1.1.20.325)
Syntax
C#
public void OpenFileAndShow(
	int processId,
	string file
)

Parameters

processId
Type: SystemInt32
VIZZARD Process ID
file
Type: SystemString
모델 파일 경로 및 이름
See Also