Show_Reference
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... | |
Detailed Description
Function Documentation
◆ Show_Conditional_Reference()
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.
- Parameters
-
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.
- Returns
- geom_key - Unique numeric identifier to the geometry or segment referenced by reference_key.
DETAILS
No additional details. See Conditional_Reference().
- See also
- Reference_Geometry, Conditional_Reference
◆ Show_Reference_Geometry()
HC_KEY Show_Reference_Geometry | ( | HC_KEY | reference_key | ) |
Returns the identifier of the original geometry or segment referenced by a particular reference key.
- Parameters
-
reference_key - Identifier of a particular reference returned from a previous call to Reference_Geometry() or Reference_Geometry_By_Key().
- Returns
- geom_key - Unique numeric identifier to the geometry or segment referenced by reference_key.
DETAILS
No additional details. See Reference_Geometry().
- See also
- Reference_Geometry, Conditional_Reference
◆ Show_Reference_Keys()
void Show_Reference_Keys | ( | HC_KEY | key, |
int * | count, | ||
HC_KEY * | keys | ||
) |
Returns a list of keys that a given segment references.
- Parameters
-
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.
DETAILS
No additional details. See Reference_Geometry().
- See also
- Reference_Geometry, Conditional_Reference
◆ Show_Reference_Keys_Count()
void Show_Reference_Keys_Count | ( | HC_KEY | key, |
int * | count | ||
) |
Returns the number of references that a given segment references.
- Parameters
-
key - the key to segment in which you want to show references. count - the number of references. Passed by reference. Returned to user.
DETAILS
No additional details. See Reference_Geometry().
- See also
- Reference_Geometry, Conditional_Reference