mapObj.processLegendTemplate
mapObj.processLegendTemplate メソッド
説明
public string processLegendTemplate( string[] names, string[] values, int numentries );
Public Function processLegendTemplate(ByVal names() As String, ByVal values() As String, ByVal numentries As Integer) As String
サンプル
コード
Dim _map As New mapObj("") Dim _legend As legendObj = _map.legend Dim strName() As String = {"", ""} Dim strValues() As String = {"", ""}
intRet = _map.processLegendTemplate(strName, strValues, 1) Debug.WriteLine(intRet) _legend.template = "legend.html"
TODO
Keyword(s):
References:[mapObj メンバ]