Is there any way to get access to the object asocited to a publication in .NET

Xabi Bikuña Losada

Is there any way to get access to the object asocited to a publication in .NET

Is there any way to get access to the object asocited to a publication?

The point is that within a VPMReference, you got all the publications that reference has....

somehow I need to know if is there any programatical option to know, if the publication status (correct, error, reference lost)... or if somehow is there any way to access the related face, axis or whatever element that the publicacion references.

the VPMPublication class does not have any function that gives me that info, or at least I have not been able to find it.

The only function that looks that can work is pub.GetItem(id) but I do not know which Ids you have to use to get that info.

For i = 1 To ref.Publications.Count

Dim pub as VPMPublication = ref.Publications.Item(i)

Dim elem as CATBaseDispatch = pub.GetItem(???)

 

Can someone help me with this issue......

Thanks in advance

Justin Brash

RE: Is there any way to get access to the object asocited to a publication in .NET
(in response to Xabi Bikuña Losada)

Hi - sorry I don't have an answer for this, but I wondered if you had found a solution since your original post?