An optional interface supported by an exporter.
More...
List of all members.
Public Member Functions |
HRESULT | DoFileSpecificOptions ([in]BSTR filename,[in]IUnknown *pActiveDocument) |
| Allows the exporter to query the user for file specific options.
|
Detailed Description
An optional interface supported by an exporter.
If this interface is supported, then the exporter can query the user for file specific options.
- See also:
- ISketchUpExporter
Member Function Documentation
HRESULT ISupportExporterFileSpecificOptions::DoFileSpecificOptions |
( |
[in] BSTR |
filename, |
|
|
[in] IUnknown * |
pActiveDocument | |
|
) |
| | |
Allows the exporter to query the user for file specific options.
- Parameters:
-
| filename | The name of the file which is selected for output. |
| pActiveDocument | The SketchUp document which is being exported. |