| Method Summary |
| String | GetFilePath
()
Get method for attribute
"FilePath"
The name of the output file. |
|
/*optional*/
PDFOptions | GetOptions
()
Get method for attribute
"Options"
The PDF export options. If null, the default values are used. |
|
/*optional*/
String | GetProfilePath
()
Get method for attribute
"ProfilePath"
The Profile path. Can be null Currently used only for drawings
If you specify non null Profile path the PDF export options will be ignored on call to Model.Export(String, ExportInstructions)
|
| void | SetFilePath
(String value)
Set method for attribute
"FilePath"
The name of the output file. |
| void | SetOptions
(
/*optional*/
PDFOptions value)
Set method for attribute
"Options"
The PDF export options. If null, the default values are used. |
| void | SetProfilePath
(
/*optional*/
String value)
Set method for attribute
"ProfilePath"
The Profile path. Can be null Currently used only for drawings
If you specify non null Profile path the PDF export options will be ignored on call to Model.Export(String, ExportInstructions)
|