摘要:
以前用过这个类做字段计算,许久不用有些忘却,记录一下使用方式 public static void CalculateField(IFeatureLayer featureLayer,IField field,string expression) { Geoprocessor gp = new Ge 阅读全文
摘要:
补充指出官方帮助的一个问题。 该方法用于向环、线。面等几何中添加节点。官方帮助里是这样描述的:Adds a vertex to a Path, Ring, Polyline, or Polygon; or adds a reference to the input point to a Multip 阅读全文
摘要:
很简单,不翻译了。 If you are using COM components on your .NET code, you might be already aware of the Marshal.ReleaseComObject and Marshal.FinalReleaseComObj 阅读全文