SetToHandle Method (ILispParameter) Send Feedback
See Also 
Value
Handle, whose data type is a string
Sets the value of the LISP parameter to the specified handle.

Syntax

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

Parameters

Value
Handle, whose data type is a string
 

See Also

Availability

DraftSight V1R4.0