SavePoints メソッド
解説
カレントロボットのポイントをファイルに保存します。
書式
Sub SavePoints (PointFileName As String)
パラメーター
- PointFileName
カレントプロジェクトのポイントを保存するファイル名
SavePoints 使用例
VB 例:
With m_spel
.SavePoints("part1.pts")
End With
C# 例:
m_spel.SavePoints("part1.pts");