阅读:1376回复:1
图元更新没有效果?(MapX+Delphi)
我的代码是这么写的,地图闪动后没有更新图元。是不是我写的代码有问题<BR>if Self.Layers.Item['MyLayer'].AllFeatures.Item.KeyValue = MyNum then<BR> begin<BR> Self.Layers.Item['MyLayer'].AllFeatures.Item.Style.SymbolBitmapName :='ST.BMP';<BR> Self.Layers.Item['MyLayer'].AllFeatures.Item.Update(EmptyParam,EmptyParam);<BR> Self.Layers.Item['MyLayer'].Refresh;<BR> end
|
|
1楼#
发布于:2005-08-30 11:11
<P>我已经解决了</P>
|
|