Category
Feature element trees
, Object
ProReference
Function ProReferenceTypeGet
Description
Gets the type of a reference handle.
Synopsis
#include <
ProReference.h
>
ProError
ProReferenceTypeGet
(
ProReference
reference
/* (In)
The reference handle.
*/
ProType
*
type
/* (Out)
The item type that is referenced.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_EMPTY
This value is not set in the reference.
Manual References:
Element Trees: References: Reading References
Element Trees: References: Reading References
Sample Code References:
pt_userguide ( UgSmtExtendWallCreate.c )
pt_userguide ( UgSmtFlatWallCreate.c )
pt_userguide ( UgSmtFlgWallCreate.c )