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