cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Type of variable text set in Symbol Definition Attributes (Text, Integer, Floating Point)

0 Kudos

Type of variable text set in Symbol Definition Attributes (Text, Integer, Floating Point)

I want to know the type of variable text set in Symbol Definition Attributes of symbol instance through Toolkit. I could only find APIs related to set and get variable text of symbol instance using APIs ProDtlsyminstdataVartextsSet(), ProDtlsyminstdataVartextsCollect(), and ProDtlvartextDataGet(). However, I don’t see any API to query the type of variable text set.

 

This is required in some cases if I want to compare the old symbol with any new symbol where i have changed the type from integer to text.