LineWidth property (HighlightParams)

Возвращает толщину выделения/мишени линии.

Применяется к:

HighlightParams

Синтаксис:

Visual Basic:

Property LineWidth() As Long

read only

Пример:

sub HighlightParams_LineWidth
output = Zulu.ActiveMapDoc.TargetParams.LineWidth		
MsgBox(output)				
end sub