| UNDO Status: | SAFE |
| Description |
| Retrieves the full path from which the model was retrieved. Returns an empty string for models which are new in session. Returns the full path of the generic for instances. You can call ProFileMdlnameParse with the output origin to get just the location of the file. |
| Replacement in Object TOOLKIT: | pfcModel::Origin |
| Synopsis |
| #include <ProMdl.h> |
| ProError | ProMdlOriginGet | ( |
| ProMdl handle | |
| /*
(In) |
| The model handle. |
| */ |
| ProPath origin | |
| /*
(Out) |
| The address where the full path will be written. You must allocate the memory for this argument. |
| */ |
| ) |
| Returns |
|
|