SetPrintStyle Method (IEntityHelper)
Sets the name of the PrintStyle for the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetPrintStyle( _
dsObject* Obj As System.Object, _
const dsString& Val As System.String _
) |
C# | |
---|
void SetPrintStyle(
System.object Obj,
System.string Val
) |
JavaScript | |
---|
SetPrintStyle(
Obj : Object,
Val : String
) |
Parameters
- Obj
- Entity for which to set the name of the PrintStyle
- Val
- Name of the PrintStyle
Remarks
See Also
Availability
DraftSight V1R6.0