上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
  2009年5月15日
摘要: Get Oracle Sequence ValueDescription:The code below shows how to get a value from an Oracle database sequence. You would typically do this in order to set a field value to a number that was unique d... 阅读全文
posted @ 2009-05-15 14:11 炜升 阅读(340) 评论(0) 推荐(0) 编辑
摘要: SummaryThis article contains an ArcObjects code sample that demonstrates how to split a polyline at the vertices, creating separate lines from each line segment.Procedure Start ArcMap. Create a new UI... 阅读全文
posted @ 2009-05-15 12:59 炜升 阅读(1121) 评论(6) 推荐(0) 编辑
摘要: SummaryIn ArcMap you can zoom to the selected features for a layer by right-clicking the layer and selecting Selection > Zoom to Selected Features. This article shows how to do this task using VBA ... 阅读全文
posted @ 2009-05-15 12:55 炜升 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: Procedure Start ArcMap. Create a new UIButtonControl. Right-click the UIButtonControl and select View Source. Copy below code into the UIButtonControl's click event. [代码] Modify the value of strPathNa... 阅读全文
posted @ 2009-05-15 12:34 炜升 阅读(496) 评论(0) 推荐(0) 编辑
摘要: IFDOToADOConnection接口(DataSourcesOleDB) 能够通过workspace从而创建或者连接到一个ADO connection. 它有2个方法,如下所示: Description Connect Connects a Workspace object to an ADO connection object. CreateADOConnection Creates an... 阅读全文
posted @ 2009-05-15 10:44 炜升 阅读(500) 评论(0) 推荐(0) 编辑
摘要: The sample below shows how to get source sde database type of layer. It uses IDataLayer2 and IDatabaseConnectionInfo2 interface. IDataLayer2 : Provides access to additional members that control the da... 阅读全文
posted @ 2009-05-15 10:24 炜升 阅读(255) 评论(0) 推荐(0) 编辑
摘要: (从网上转的,对内容作了一些修改)1. 实现相应的接口 创建一个ActiveX DLL的工程,并在工程下添加一个新的类(以ArcGISCommand为例)。ArcGIS桌面平台通过接口来识别不同的组件是否可以合法的嵌入到平台 中。想要实现一个ArcObjects的嵌入式按钮,我们需要至少需要实现ICommand接口。故在ArcGISCommand中我们首先需要输入以下 代码:Implements ... 阅读全文
posted @ 2009-05-15 09:59 炜升 阅读(406) 评论(0) 推荐(0) 编辑
  2009年5月13日
摘要: 正则表达式(regular expression)在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。“正则表达式”通常缩写成“regex”。一. 基本概念:一个正则表达式通常... 阅读全文
posted @ 2009-05-13 15:36 炜升 阅读(369) 评论(0) 推荐(0) 编辑
摘要: IRUbberBand是一个能帮助我们画图形元素的接口(如点,线,面等)。它有实现绘制几何形体(Geometry)的方法TrackNew,以及移动一个一个几何形体的方法TrackExisting: Description TrackExisting Indicates if to move or reshape an existing shape on the specified screen i... 阅读全文
posted @ 2009-05-13 10:20 炜升 阅读(755) 评论(0) 推荐(0) 编辑
  2009年4月28日
摘要: 弹出对话框输入标注... Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Public Sub PlaceTextElement()Sub PlaceTextElement(ByRef anchorpt As IPoint, ByRef t... 阅读全文
posted @ 2009-04-28 17:16 炜升 阅读(476) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页