!!legendObj.template プロパティ
!!!説明
この凡例のテンプレートファイル名。
public string template {get; set;}
Public Property template() As String
!!!サンプル
!!!!コード
Dim _map As New mapObj("")
Dim _legend As legendObj = _map.legend
_legend.template = "legend.html"
!!!!マップファイル
LEGEND
IMAGECOLOR 255 255 255
KEYSIZE 20 10
KEYSPACING 5 5
LABEL
SIZE MEDIUM
TYPE BITMAP
BUFFER 0
COLOR 0 0 0
FORCE FALSE
MINDISTANCE -1
MINFEATURESIZE -1
OFFSET 0 0
PARTIALS TRUE
POSITION CC
END
POSITION LL
STATUS OFF
TEMPLATE "legend.html"
END
!!!参照
[[legendObj メンバ]] | [[(global) 名前空間]]