Message 1 of 1
iLogic: How to retireve values from ContentTableColumn.GetPropertyMap Method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
is possible to retrieve value from ContentTableColumn.GetPropertyMap Method?
I tried:
Dim oColumn As ContentTableColumn
Dim s1 As String
Dim s2 As String
oColumn.GetPropertyMap(s1, s2)
But it gives me an error:
Tried also some Google-fu and found: Can't get API method to work topic here on forums, but only solution here is to run code as regular VBA macro and use syntax:
oColumn.GetPropertyMap s1, s2
But this is not valid syntax for iLogic.
So, is possible to get these values with iLogic and how?
Inventor 2022, Windows 10 Pro
Sorry for bad English.