An optional interface supported by an exporter so that the SketchUp application can determine whether the exporter should be allowed based on version information.
More...
List of all members.
Properties |
BSTR | Version [get] |
| Used to determine the version of the exporter.
|
Detailed Description
An optional interface supported by an exporter so that the SketchUp application can determine whether the exporter should be allowed based on version information.
This interface can be supported either by ISketchUpExporter or IEnumSketchUpExporter implementing objects.
- See also:
- ISketchUpExporter
Property Documentation
BSTR ISupportExporterVersion::Version [get] |
Used to determine the version of the exporter.
- Parameters:
-
| pVersion | Set to a string representing the version of this exporter. |
- Returns:
- S_OK : on success
E_POINTER : if any of the required arguments are NULL
E_FAIL : internal errors