LispFunctionAttribute(String, String, String,
String) Constructor
|
Constructor for the LispFunctionAttribute
class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public LispFunctionAttribute(
string globalName,
string localizedNameId,
string helpFileName,
string helpTopic
)
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
)
new :
globalName : string *
localizedNameId : string *
helpFileName : string *
helpTopic : string -> LispFunctionAttribute
Parameters
- globalName String
- [in] Global name of the Lisp function.
- localizedNameId String
- [in] Localized name of the Lisp function.
- helpFileName String
- [in] Full path and file name of your Help file.
- helpTopic String
- [in] Topic string for this function.
See Also