Возвращает толщину выделения/мишени линии.
HighlightParams
Visual Basic: Property LineWidth() As Long read only
Visual Basic:
Property LineWidth() As Long
read only
sub HighlightParams_LineWidth output = Zulu.ActiveMapDoc.TargetParams.LineWidth MsgBox(output) end sub