FanucSeries0iReadCurrentForegroundDir 方法 |
读取当前程序的前台路径
Read the foreground path of the current program
命名空间:
HslCommunication.CNC.Fanuc
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<string> ReadCurrentForegroundDir()
Public Function ReadCurrentForegroundDir As OperateResult(Of String)
public:
OperateResult<String^>^ ReadCurrentForegroundDir()
member ReadCurrentForegroundDir : unit -> OperateResult<string>
返回值
类型:
OperateResultString程序的路径信息
参见