get a variant from vb.net to lisp

get a variant from vb.net to lisp

truewaytw
Enthusiast Enthusiast
1,351 Views
2 Replies
Message 1 of 3

get a variant from vb.net to lisp

truewaytw
Enthusiast
Enthusiast

please help me , i want get a variant from vb.net to lisp like follow

<CommandMethod("GetPath")>
    Public Shared Function GetPath() As String
        Static Dim strPath As String = "test"
        Return strPath
    End Function

0 Likes
Accepted solutions (1)
1,352 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor
Accepted solution

These threads might be of assistance.

https://forums.autodesk.com/t5/net/vb-net-var-to-lisp-var/m-p/2822980

http://forums.augi.com/showthread.php?154713-NET-Return-Conversion-to-TypedValue/

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

Message 3 of 3

truewaytw
Enthusiast
Enthusiast

thanks for your reply !

0 Likes