Category View manager, Object ProXsec

Function ProXsecIsVisible


Description
Return xsec visibility.
Synopsis
#include <ProXsec.h>
ProErrorProXsecIsVisible(
ProXsec* xsec
/* (In)
Cross-section handle
*/
ProBoolean* p_vis
/* (Out)
ProBoolean is TRUE if xsec is visible (xhatched), FALSE if not.
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid xsec or p_vis is NULL.
PRO_TK_BAD_CONTEXTsolid owner is not a composite design model or composite session is not active.
PRO_TK_E_NOT_FOUNDCurrent view and model is different from where xsec was created.

Manual References:

  1. Core: Cross Sections: Creating and Modifying Cross Sections
  2. Core: Cross Sections: Creating and Modifying Cross Sections