易做图control中item代码调用问题
在C#2010+ArcGIS Engine10开发,易做图control中item中某项怎么用代码赋值,比如给GoToXY中x和y用代码赋值,请高手指教。 arcgis c# 易做图control items --------------------编程问答-------------------- 参考:ArcEngine的ToolbarControl解析
向ArcGIS的ToolBarControl中添加任意的windows组建的方法 --------------------编程问答-------------------- 非常感谢,我先看看 --------------------编程问答-------------------- 不好弄,请大侠帮忙,有没有详细点的代码 --------------------编程问答--------------------
Public Sub GotoXY()
Dim pMxDoc As IMxDocument
Dim pEnv As IEnvelope
Dim pPt As IPoint
Dim pXYDlg As ICoordinateDialog
Dim bXYok As Boolean
' Get the coords
Set pXYDlg = New CoordinateDialog
bXYok = pXYDlg.DoModal("Enter Coords To Goto", 0, 0, 4, Application.hWnd)
If Not bXYok Then Exit Sub
' Create a point for the coords
Set pPt = New Point
pPt.PutCoords pXYDlg.X, pXYDlg.Y
' Centre the map at those coords
Set pMxDoc = ThisDocument
Set pEnv = pMxDoc.ActiveView.Extent
pEnv.CenterAt pPt
pMxDoc.ActiveView.Extent = pEnv
pMxDoc.ActiveView.Refresh
End Sub
参考:
go to X,Y point
--------------------编程问答-------------------- 参考:
Moving around on the map --------------------编程问答-------------------- 十分感谢好好学习-天天向上 --------------------编程问答--------------------
呵呵,感谢就结贴吧。 --------------------编程问答-------------------- 好 家伙
补充:企业软件 , 地理信息系统