pointObj.toString メソッド
説明
public string toString();
Public Function toString() As String
サンプル
コード
Dim _pt5 As New pointObj(-125.948008, 46.735923, 0, 0)
Debug.WriteLine(_pt5.toString)
→結果 { 'x': -125.948008, 'y': 46.735923 }
マップファイル
影響なし
参照
pointObj メンバ | (global) 名前空間
Keyword(s):
References:[pointObj メンバ]