How to get the model from a modelitems using Jlink?
I have a model in my session.Using ModelItems i Sent my model into modelitems and get the Id of features.
Session session=pfcGlobal.GetProESession(); //GET MODEL Model mod=session.GetCurrentModel(); ModelItems item; item=mod.ListItems(ModelItemType.ITEM_FEATURE);
I get all the Id's inside a model.Now What i want,Access each model based on the Id using Jlink program.Please help me to solve my problem.

