PrintStyle Property (IUnknownEntity)
Gets or sets the name of the PrintStyle for this unknown entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PrintStyle As System.String |
C# | |
---|
System.string PrintStyle {get; set;} |
JavaScript | |
---|
get_PrintStyle () : String
put_PrintStyle (
NewVal : String
)
|
C++ | |
---|
DSRESULT get_PrintStyle (
dsString* pVal
)
DSRESULT put_PrintStyle(
const dsString& newVal
) |
Property Value
Name of the PrintStyle
Remarks
See Also
Availability
DraftSight 2018 SP2