An optional interface supported by an exporter.
More...
List of all members.
Public Member Functions |
HRESULT | GetOptions ([in]IUnknown *activeDocument) |
| Directs the object to gather options from the user.
|
Detailed Description
An optional interface supported by an exporter.
If this interface is supported, then the exporter supports options.
- See also:
- ISketchUpExporter
Member Function Documentation
HRESULT ISupportExporterOptions::GetOptions |
( |
[in] IUnknown * |
activeDocument |
) |
|
Directs the object to gather options from the user.
- Parameters:
-
| activeDocument | A ISkpDocument that represents the document to be written. |
- Returns:
- S_OK : on success
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors