默认头像
路人甲
路人甲
  • 注册日期2008-02-23
  • 发帖数10
  • QQ
  • 铜币134枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:1451回复:0

mapobject 与 VC++

楼主#
更多 发布于:2008-03-01 21:50

 Dim a As MapObjects2.Polygon
   Dim b As MapObjects2.Polygon
   Dim c As Object

Set c = b.Intersect(a)                  
If Not c Is Nothing Then    
If c.shapeType = MapObjects2.ShapeTypeConstants.moShapeTypePolygon Then  
                         
ElseIf c.shapeType = MapObjects2.ShapeTypeConstants.moShapeTypeRectangle Then

End If
这个在VC++中怎么实现呀

喜欢0 评分0
默认头像

返回顶部