public static bool IsNullOrEmpty(this Geometry geometry) { if (geometry == null) return true; return geometry.IsEmpty; }
ArcGIS Pro二次开发判断要素是否为空
原文:https://www.cnblogs.com/gisoracle/p/12467294.html