Category Feature element trees, Object ProReference

Function ProReferenceTypeGet


Description
Gets the type of a reference handle.
Synopsis
#include <ProReference.h>
ProErrorProReferenceTypeGet(
ProReference reference
/* (In)
The reference handle.
*/
ProType* type
/* (Out)
The item type that is referenced.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_EMPTYThis value is not set in the reference.

Manual References:

  1. Element Trees: References: Reading References
  2. Element Trees: References: Reading References

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_userguide ( UgSmtExtendWallCreate.c )
  3. pt_userguide ( UgSmtFlatWallCreate.c )
  4. pt_userguide ( UgSmtFlgWallCreate.c )