SavePoints方法
描述
保存目前機器人的點至檔案。
語法
Sub SavePoints (PointFileName As String)
參數
- PointFileName
在目前專案中保存之點的檔案名稱。
另請參閱
LoadPoints方法
SavePoints範例
VB 例:
With m_spel
.SavePoints("part1.pts")
End With
C# 例:
m_spel.SavePoints("part1.pts");
描述
保存目前機器人的點至檔案。
語法
Sub SavePoints (PointFileName As String)
參數
另請參閱
LoadPoints方法
SavePoints範例
VB 例:
With m_spel
.SavePoints("part1.pts")
End With
C# 例:
m_spel.SavePoints("part1.pts");