Constructor.
Public Sub New( globalName As string, localizedNameId As string, helpFileName As string, helpTopic As string )
public LispFunctionAttribute( string globalName, string localizedNameId, string helpFileName, string helpTopic );
Parameters | Description |
---|---|
string globalName | Input global name of the Lisp function. |
string localizedNameId | Input the localized name of the Lisp function. |
string helpFileName | Input specifies the full path and file name of your Help file. |
string helpTopic | Input help topic string for this function. |
LispFunctionAttribute Class, Autodesk.AutoCAD.Runtime Namespace