| Description |
| Finds the dimension to which the symbol instance is directly attached. |
| Synopsis |
| #include <ProDtlsyminst.h> |
| ProError | ProDtlsyminstDimattachGet | ( |
| ProDtlsyminst* syminst | |
| /*
(In) |
| The symbol instance |
| */ |
| ProDimension* dim | |
| /*
(Out) |
| Cannot be NULL. The dimension to which the symbol instance is directly attached. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully found the dimension attachment. It is in dim |
| PRO_TK_BAD_INPUTS | | Bad input arguments |
| PRO_TK_NOT_EXIST | | The symbol instance is not placed on item to a dimension |
| PRO_TK_BAD_CONTEXT | | The symbol instance is placed on a dim but we are unable to fill in the output structure on account of the dimension's model being missing (perhaps it was suppressed in the assembly). |
|