LispFunctionAttribute Constructor (String)
 | 
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public LispFunctionAttribute(
        string globalName
)
 
Public Sub New ( 
        globalName As String
)
 
public:
LispFunctionAttribute(
        String^ globalName
)
 
new : 
        globalName : string -> LispFunctionAttribute
 
 
 
Parameters
- globalName
 
- Type: SystemString
 
 
See Also