SetLineStyle Method (IEntityHelper) Send Feedback
See Also 
Obj
Entity
Val
Name of the LineStyle
Sets the name of the LineStyle for the specified entity.

Syntax

Visual Basic 
Sub SetLineStyle( _
   ByVal Obj As System.Object, _
   ByVal Val As System.String _
) 
C# 
void SetLineStyle( 
   System.object Obj,
   System.string Val
)
JavaScript 
SetLineStyle( 
   Obj : Object,
   Val : String
)
COM native C++ 
HRESULT SetLineStyle( 
   IDispatch* Obj,
   BSTR Val
) 
C++ 
DSRESULT SetLineStyle( 
   dsObject* Obj,
   const dsString& Val
) 

Parameters

Obj
Entity
Val
Name of the LineStyle
 

See Also

Availability

DraftSight V1R3.0