Object ProDatasharingfeature

Function ProDatasharingfeatureQueryUpdate


Description
Updates the results of the saved query stored within the references of the copy geometry or publish geometry' feature.
Synopsis
#include <ProDataShareFeat.h>
ProErrorProDatasharingfeatureQueryUpdate(
ProFeature* feature
/* (In)
The data sharing feature.
*/
ProBoolean allow_fix_ui
/* (In)
PRO_B_TRUE to show the Fix Model UI if regeneration fails due to this update, PRO_B_FALSE to recover from the failure automatically.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe feature is not a copy geometry or publish geometry feature.
PRO_TK_E_NOT_FOUNDThe feature is not query driven.
PRO_TK_GENERAL_ERRORThe feature query update is failed.
PRO_TK_NO_LICENSELicense check failure.
PRO_TK_BAD_CONTEXTThe feature is query driven, but is set as independent of the parent model.
See Also
ProDatasharingfeatureIsQueryDriven

Manual References:

  1. Assembly: Data Sharing Features: Saved Queries for Copy Geometry and Publish Geometry Features