Brief Index      Full Index      I.M. Reference

Show_Reference


Functions

HC_KEY KShow_Reference_Geometry (HC_KEY reference_key)
HC_KEY KShow_Conditional_Reference (HC_KEY reference_key, char *conditions)

Function Documentation

HC_KEY KShow_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 KReference_Geometry() or KReference_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

HC_KEY KShow_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

Main Index
Brief Index      Full Index      I.M. Functions