| Description |
| Returns the file_type, model_type and/or subtype of a file. For native Creo models, file_type == type. |
| Synopsis |
| #include <ProMdl.h> |
| ProError | ProFileSubtypeGet | ( |
| ProPath file | |
| /*
(In) |
| The path to the file. |
| */ |
| ProMdlfileType* file_type | |
| /*
(Out) |
| The type of the file. |
| */ |
| ProMdlType* type | |
| /*
(Out) |
| The type of the model the file will be in Creo session. |
| */ |
| ProMdlsubtype* subtype | |
| /*
(Out) |
| The subtype of the model, PROMDLSTYPE_NONE for types which do not have subtypes. Each of these can be NULL. |
| */ |
| ) |
| Returns |
|
|