Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
K.clement
288 Views, 5 Replies

Trying to fix a warning using the inventor API in vb.net

 

When using the 'CreateGeometryProxy' function of the inventor API in VB.Net,

Visual studio gives you this warning:

https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/error-messages/implicit-conv... 

 

Any idea on how i avoid this?

Code example:

oOcc.CreateGeometryProxy(oOccXZPlane, oOccXZPlane)