Click or drag to resize
XDL

XfnTraceToConsole Method

내부적으로 출력창 또는 콘솔창에 문자열을 출력하는 함수로 사용

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.3
Syntax
C#
public static void TraceToConsole(
	string str
)

Parameters

str  String
출력 문자열
See Also