API 설명서 > Miscellaneous > Object ProDatasharingfeature > Function ProDatasharingfeatureQueryUpdate
Function ProDatasharingfeatureQueryUpdate
Description
Updates the results of the saved query stored within the references of the copy geometry or publish geometry' feature.
Synopsis
ProDatasharingfeatureQueryUpdate
(
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
The function succeeded.
One or more input arguments was invalid.
The feature is not a copy geometry or publish geometry feature.
The feature is not query driven.
The feature query update is failed.
License check failure.
The feature is query driven, but is set as independent of the parent model.
See Also
ProDatasharingfeatureIsQueryDriven
User Guide References
도움이 되셨나요?