SetLineStyle Method (IEntityHelper)
Sets the name of the LineStyle for the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetLineStyle( _
IDispatch* Obj As System.Object, _
BSTR Val As System.String _
) |
C# | |
---|
void SetLineStyle(
System.object Obj,
System.string Val
) |
JavaScript | |
---|
SetLineStyle(
Obj : System.Object,
Val : System.String
) |
COM native C++ | |
---|
HRESULT SetLineStyle(
dsObject* Obj,
const dsString& Val
) |
Parameters
- Obj
- Entity
- Val
- Name of the LineStyle
See Also
Availability
DraftSight V1R3.0