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