GetPrintStyle Method (IEntityHelper) Send Feedback
See Also 
Val[out]
Name of the PrintStyle
Obj
Entity for which to get the name of the PrintStyle
Gets the name of the PrintStyle for the specified entity.

Syntax

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

Parameters

Obj
Entity for which to get the name of the PrintStyle
Val[out] or Return Value
Name of the PrintStyle
 

See Also

Availability

DraftSight V1R6.0