Category View manager, Object ProXsec

Function ProXsecFeatureGet


Description
Returns a pointer to the cross section feature.
Replacement in Object TOOLKIT: wfcWXSection::GetFeature
Synopsis
#include <ProXsec.h>
ProErrorProXsecFeatureGet(
ProXsec* p_sec
/* (In)
Cross-section handle.
*/
ProFeature* p_feature
/* (Out)
ProFeature handle.
*/
)
Returns
PRO_TK_NO_ERRORCross section feature successfully retrieved.
PRO_TK_BAD_INPUTSp_sec or p_feature are NULL or invalid.
PRO_TK_BAD_CONTEXTLegacy cross sections.
PRO_TK_GENERAL_ERRORFailure to retrieve section.

Manual References:

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