| DEPRECATED: | Since Creo 4.0 |
| SUPERSEDED BY: | ProGtolTopModelGet |
| Description |
| Note: This function is deprecated. Use ProGtolTopModelGet() instead. Provides the model which defines the origin of ProSelection structures used to define references inside the gtol. This will either be the solid that contains the gtol (as shown by ProGtoldataModelGet() or a drawing that contains a view of that solid and was current when the gtol was created. |
| Synopsis |
| #include <ProGtol.h> |
| ProError | ProGtoldataOwnerGet | ( |
| ProGtoldata data | |
| /*
(In) |
| Pointer to the gtol data |
| */ |
| ProMdl* owner | |
| /*
(Out) |
| The model (part, assembly or drawing). |
| */ |
| ) |
| Returns |
|
|