GuiCmcEntrySaveSummaryLaTeXFile Method
            Save Summary LaTeX file.
            
Namespace: Metas.Vna.Database.CMCs.GuiAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.9.9435.16945
public void SaveSummaryLaTeXFile(
	string fp,
	string title = null,
	string comments = null
)
Public Sub SaveSummaryLaTeXFile ( 
	fp As String,
	Optional title As String = Nothing,
	Optional comments As String = Nothing
)
public:
void SaveSummaryLaTeXFile(
	String^ fp, 
	String^ title = nullptr, 
	String^ comments = nullptr
)
member SaveSummaryLaTeXFile : 
        fp : string * 
        ?title : string * 
        ?comments : string 
(* Defaults:
        let _title = defaultArg title null
        let _comments = defaultArg comments null
*)
-> unit 
Parameters
- fp  String
- File path
- title  String  (Optional)
- Title
- comments  String  (Optional)
- Comments