GetPrintStyle Method (IEntityHelper)
Gets the name of the PrintStyle for the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPrintStyle( _
IDispatch* Obj As System.Object _
) As System.String |
C# | |
---|
System.string GetPrintStyle(
System.object Obj
) |
JavaScript | |
---|
GetPrintStyle(
Obj : System.Object\n) : String |
COM native C++ | |
---|
HRESULT GetPrintStyle(
dsObject* Obj
,
BSTR* Val
) |
Parameters
- Obj
- Entity for which to get the name of the PrintStyle
Parameters
- Val[out] or Return Value
- Name of the PrintStyle
See Also
Availability
DraftSight V1R6.0