QDVEstimate.SaveEstimateToDisk Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.SaveEstimateToDisk instead.

Saves the estimate to disk.
[Obsolete("Use Qdv.UserApi.IEstimate.SaveEstimateToDisk instead.")] 
public bool SaveEstimateToDisk( 
ref string FullPath = "", 
bool OverwriteExistingFile = False 
)
This language is not supported or no code example is available.

Parameters

FullPath
string

Optional. The path where the estimate is to be saved. When omitted or set to an empty string, file is saved at it's original location. The default value is "".

OverwriteExistingFile
bool

Optional. Not used.

Return Value

bool

true when successful; false otherwise.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition