Gets or sets the location for temporary drawing files that have not been saved.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TempPath As System.String |
C# | |
---|
System.string TempPath {get; set;} |
JavaScript | |
---|
get_TempPath () : String
put_TempPath (
NewVal : String
)
|
C++ | |
---|
DSRESULT get_TempPath (
dsString* Val
)
DSRESULT put_TempPath(
const dsString& NewVal
) |
Property Value
Path for temporary drawing files that have not been saved
Example
See Also
Availability
DraftSight V1R3.0