iLogic: How to retireve values from ContentTableColumn.GetPropertyMap Method?

iLogic: How to retireve values from ContentTableColumn.GetPropertyMap Method?

j.pavlicek
Collaborator Collaborator
329 Views
0 Replies
Message 1 of 1

iLogic: How to retireve values from ContentTableColumn.GetPropertyMap Method?

j.pavlicek
Collaborator
Collaborator

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:

ilogic_error.png

 

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.
0 Likes
330 Views
0 Replies
Replies (0)