
Functions | |
| HC_KEY | Show_Conditional_Reference (HC_KEY reference_key, char *conditions) |
| Returns the identifier of the original geometry or segment, and the conditions for the reference, for a particular reference key. More... | |
| HC_KEY | Show_Reference_Geometry (HC_KEY reference_key) |
| Returns the identifier of the original geometry or segment referenced by a particular reference key. More... | |
| void | Show_Reference_Keys (HC_KEY key, int *count, HC_KEY *keys) |
| Returns a list of keys that a given segment references. More... | |
| void | Show_Reference_Keys_Count (HC_KEY key, int *count) |
| Returns the number of references that a given segment references. More... | |
Returns the identifier of the original geometry or segment, and the conditions for the reference, for a particular reference key.
| reference_key | - Identifier of a particular reference returned from a previous call to KConditional_Reference() or KConditional_Reference_By_Key(). |
| conditions | - The conditions set on a particular segment that were used in creating a reference. Passed by reference. Returned to user. |
No additional details. See Conditional_Reference().
Returns the identifier of the original geometry or segment referenced by a particular reference key.
| reference_key | - Identifier of a particular reference returned from a previous call to Reference_Geometry() or Reference_Geometry_By_Key(). |
No additional details. See Reference_Geometry().
Returns a list of keys that a given segment references.
| key | - the key to segment in which you want to show references. |
| count | - the number of references. Passed by reference. Returned to user. |
| keys | - a list of keys that the segment references. Passed by reference. Returned to user. |
No additional details. See Reference_Geometry().
| void Show_Reference_Keys_Count | ( | HC_KEY | key, |
| int * | count | ||
| ) |
Returns the number of references that a given segment references.
| key | - the key to segment in which you want to show references. |
| count | - the number of references. Passed by reference. Returned to user. |
No additional details. See Reference_Geometry().