Gets or sets the template file name for SmartNew.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SmartNewTemplateFile As System.String |
C# | |
---|
System.string SmartNewTemplateFile {get; set;} |
JavaScript | |
---|
get_SmartNewTemplateFile () : String
put_SmartNewTemplateFile (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_SmartNewTemplateFile(
BSTR* Val
)
HRESULT put_SmartNewTemplateFile(
BSTR NewVal |
C++ | |
---|
DSRESULT get_SmartNewTemplateFile (
dsString* Val
)
DSRESULT put_SmartNewTemplateFile(
const dsString& NewVal
) |
Property Value
Path and file name of the SmartNew template
See Also
Availability
DraftSight 2020 SP2