TempPath Property (ISystemFiles) Send Feedback
See Also  Example
Gets or sets the location for temporary drawing files that have not been saved.

Syntax

Visual Basic 
Property TempPath As System.String
C# 
System.string TempPath {get; set;}
JavaScript 
get_TempPath () : String
put_TempPath (
   NewVal : String
)
COM native C++ 
HRESULT get_TempPath(
   BSTR* Val
) 
HRESULT put_TempPath( 
   BSTR NewVal
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