摘要: IUniqueValueRenderer pUniqueValueRenderer = pFeatureLayer.Renderer as IUniqueValueRenderer;ISymbol pSymbol = pUniqueValueRenderer.get_Symbol("某个值"); 阅读全文
posted @ 2013-02-20 19:55 象牛 阅读(544) 评论(0) 推荐(0) 编辑
摘要: You need to use an ISegmentCollection and add the ILIne to it, see the example below.' ---- Assumes pLine exists as an ILine ----Dim pSegColl as ISegmentCollectionSet pSegColl = New PolylinepSegColl .AddSegment pPlineDim pPolyline As IPolylineSet pPolyline = pSegColl' ---- You can now use pP 阅读全文
posted @ 2013-02-20 18:56 象牛 阅读(838) 评论(0) 推荐(0) 编辑