SavePath Property (IMacroManager) Send Feedback
See Also 
Gets or sets the path where to save the macro.

Syntax

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

Property Value

Path where to save the macro

Example

See the IMacroManager examples.

See Also

Availability

DraftSight V1R5.0