Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use the ContentTableColumn.GetPropertyMap method, but I can't figure out how to get it to work. Here is the 2014 API help documentation on this method:
I have successfully accessed the ContentTableColumn object (stored in oMassColumn in the examples below), determined that HasPropertyMap = True, but every time I try to call GetPropertyMap, I get a type mismatch error. I am trying to use this in an iLogic rule. Here is what I have tried:
Dim setid As String Dim propid As String oMassColumn.GetPropertyMap(setid, propid)
I even tried this:
Dim setid As Object Dim propid As Object oMassColumn.GetPropertyMap(setid, propid)
Either the documentation is wrong, or there is some VB fundamental that I am not understanding here (which is entirely possible)...
Does anyone know how to successfully use this method?
Cameron Whetten
Inventor 2014
Solved! Go to Solution.