MPXJ - 获取资源分配基线值
我试图显示 ResourceAssignment 的基线开始、完成、成本和工作值,但似乎无法在 ResourceAssignment 对象上找到任何可以提供此信息的方法。有人知道这是否可能吗?
我知道信息已存储,因为我可以在 MS Project 中看到它,并且可以在项目文件的 XML 版本中看到它。只是在 API 中看不到在哪里可以访问它。
I'm trying to display the Baseline Start, Finish, Cost, and Work values for a ResourceAssignment, but cannot seem to find any methods on the ResourceAssignment object that would provide this information. Anybody know if this is possible?
I know the information is stored because I can see it in MS Project, and I can see it in the XML version of the project file. Just can't see in the API where to get access to it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人关心的话,Jon 已经在最新版本的 MPXJ 源代码中修复了这个问题。您可以在此处查看错误请求。
In case anybody cares, Jon has fixed this in the latest version of the MPXJ source code. You can see the bug request here.