Category Piping, Object ProPobject

Function ProPobjectTypeGet


Description
Outputs the type of the specified pipeline object.
Synopsis
#include <ProPiping.h>
ProErrorProPobjectTypeGet(
ProPobject object
/* (In)
The pipeline object.
*/
ProPobjectType* type
/* (Out)
The object type.
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

  1. Production Applications: Piping: Objects
  2. Production Applications: Piping: Objects