阅读:1987回复:9
vb&mapinfo求助
<P>我如何在VB中得到选种的MAPINFO的对象的信息呢,比如我想得到MAPINFO选种的油库点的信息在VB中显示出来?</P>
|
|
1楼#
发布于:2004-10-28 11:54
用eval(),如:mymap.eval("selection.col1")
|
|
|
2楼#
发布于:2004-11-01 15:56
<P>怎么不支持这个方法啊?</P>
|
|
3楼#
发布于:2004-11-01 18:28
你最好写出你出错的例子来,并把你详细的问题写出来.不然没人猜得到你的问题到底是什么.
|
|
|
4楼#
发布于:2004-11-02 00:18
<P>不好意思</P><P>eval() 表示什么意思??</P>
|
|
5楼#
发布于:2004-11-02 19:06
比如说,我做的油库地理信息系统,我在地图窗口点某个油库,要在VB里动态显示油库的信息,我怎么在VB里得到那些信息,信息在MAOINFO的一个表里?谢谢
|
|
6楼#
发布于:2004-11-03 11:10
你要用到回调[callback].主要用到的函数是searchinfo()
|
|
|
7楼#
发布于:2004-11-03 15:34
<P>主题怎么用啊,我这里好象不支持这个函数?</P>
|
|
8楼#
发布于:2004-11-04 11:13
<P>Purpose </P><P>Returns information about the search results produced by SearchPoint(? or SearchRect(?.</P><P>Syntax</P><P>SearchInfo ( sequence_number , attribute ) </P><P>sequence_number is an Integer number, from 1 to the number of objects located
attribute is a small Integer code from the table below</P><P>Return Value </P><P>String or Integer, depending on attribute </P> |
|
|
9楼#
发布于:2004-11-14 11:49
不用callback也支持eval
|
|