ArcGIS Pro SDK (二十四)任务
文章目录
1 检索项目中的所有任务项
// 获取当前项目(Project.Current)中所有类型为TaskProjectItem的任务项,返回一个可枚举集合
IEnumerable<TaskProjectItem> taskItems = Project.Current.GetItems
微信扫一扫
// 获取当前项目(Project.Current)中所有类型为TaskProjectItem的任务项,返回一个可枚举集合
IEnumerable<TaskProjectItem> taskItems = Project.Current.GetItems
相关推荐