PrintStyleTable Property (IModel) Send Feedback
See Also 
Gets or sets the name of the PrintStyle table for the model.

Syntax

Visual Basic 
Property PrintStyleTable As System.String
C# 
System.string PrintStyleTable {get; set;}
JavaScript 
get_PrintStyleTable () : String
put_PrintStyleTable (
   NewVal : String
)
COM native C++ 
HRESULT get_PrintStyleTable(
   BSTR* Val
) 
HRESULT put_PrintStyleTable( 
   BSTR NewVal
C++ 
DSRESULT get_PrintStyleTable (
   dsString* Val
)
DSRESULT put_PrintStyleTable(
   const dsString& NewVal
)

Property Value

Name of PrintStyle table for the model

See Also

Availability

DraftSight V1R6.0