SetToString Method (ILispParameter) Send Feedback
See Also 
Value
String
Sets the value of the LISP parameter to the specified string.

Syntax

Visual Basic 
Sub SetToString( _
   ByVal Value As System.String _
) 
C# 
void SetToString( 
   System.string Value
)
JavaScript 
SetToString( 
   Value : String
)
COM native C++ 
HRESULT SetToString( 
   BSTR Value
) 
C++ 
DSRESULT SetToString( 
   const dsString& Value
) 

Parameters

Value
String
 

See Also

Availability

DraftSight V1R4.0