SavePoints 方法
描述
将当前机器人的点保存到文件中。
语法
Sub SavePoints (FileName As String)
参数
- PointFileName
保存当前项目中的点的文件名称。
SavePoints 示例
VB 例:
With m_spel
.SavePoints("part1.pts")
End With
C# 例:
m_spel.SavePoints("part1.pts");
描述
将当前机器人的点保存到文件中。
语法
Sub SavePoints (FileName As String)
参数
SavePoints 示例
VB 例:
With m_spel
.SavePoints("part1.pts")
End With
C# 例:
m_spel.SavePoints("part1.pts");