Click or drag to resize
XDL

XRpcSaveRPC Method

생성된 RPC파일을 저장한다.

Namespace:  Pixoneer.NXDL.NSM
Assembly:  NXDLsm (in NXDLsm.dll) Version: 1.2.817.72
Syntax
C#
public bool SaveRPC(
	string strFilePath
)

Parameters

strFilePath
Type: SystemString
RPC저장 경로

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
See Also