Java对TCComponentBOMLine的开发!!!求助
本帖最后由 麒麟 于 2014-10-24 16:22 编辑PSE中编辑BOM时,通过Java已获得一条TCComponentBOMLine,怎么获得他的上一条和下一条TCComponentBOMLine(同层)????求高手解答。
AIFComponentContext[] childsAIF = bomLine.getChildren();
for (int i = 0; i < childsAIF.length; i++) {
TCComponentBOMLine childLine = (TCComponentBOMLine) childsAIF.getComponent();
String itemType = childLine.getProperty("bl_item_object_type");
}
页:
[1]