Message 1 of 6
What about "LispFunction" definition in c# ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Does the following feature [LispFunction("function_name")] still exist in AutoCAD 2024 references?
Code C#:
/**************************************************************************
[LispFunction("myapp_logon")]
public Object myapp_logon_LispFunction(ResultBuffer rbArgs)
{ ...
Has it been replaced by something else?
Thank you all
/