'宣言 Public Function New( _ ByVal name As System.String, _ ByVal abbr As System.String, _ ByVal metersPerUnit As System.Double _ )
public MapUnit( System.string name, System.string abbr, System.double metersPerUnit )
パラメータ
- name
 - コントロールの完全名。
 - abbr
 - コントロールの省略名。
 - metersPerUnit
 - 単位あたりのメートル数。