- Contents
 
DesignerCOM API
II3IDHandler::SaveAs Method
Synopsis
Saves the handler using the filename and path specified.
IDL Function Prototype
HRESULT SaveAs(
[in] VARIANT_BOOL OverwriteIfFileExists,
[in] BSTR FilePath
);
C/C++ Syntax
HRESULT SaveAs(VARIANT_BOOL OverwriteIfFileExists, BSTR FilePath);
Parameters
- OverwriteIfFileExists
 - 
 
To overwrite an existing file, specify True.
 - FilePath
 - 
 
The fully qualified path and filename. Specify .IHD as the file extension.
 

 
			 