Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
a81383
316 Views, 1 Reply

API converting to centimeters, how do I retrieve inches

Hello,

 

I'm retrieving a parameter value using "userparams("S1GW").Value". This method automatically converts my inch value to cm. How do I retrieve my original inch value without the conversion to cm? 

 

	Dim userparams As UserParameters = oADef.Parameters.UserParameters
	For Each Param In userparams

			Dim oTotalDict As New Dictionary(Of String, String)
			oTotalDict.Add(userparams("S1GW").Name, userparams("S1GW").Value)