- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to add User Properties to an object, using VBNet and the COM API as it seems that the standard API doesn't provide any method for that.
After reading the few available samples of COM API on that forum and some of the documentation, I still can't figure it out and it all seems very confusing. Is there step by step sample or more detailed documentation somewhere about using the COM API with VB.Net?
I looked at this sample
but there are some structure that I don't know how to translate in VBNet (the (...)state part):
ComApi.InwGUIPropertyNode2 propn = (ComApi.InwGUIPropertyNode2)state.GetGUIPropertyNode(oPath, true)
is that it?
Dim Propn As InwGUIPropertyNode2 = state.GetGUIPropertyNode(COMmi, True)
and some missing piece of code that I can't figure out, the one defining the new Property to add (newPvec) in the sample. I checked the documentation but I don't get it... (attached is a sample of things I don't get from the documentation)
Thanks
Solved! Go to Solution.