Object ProDatasharingfeature

Function ProDatasharingfeatureIsQuerydriven


Description
Identifies if the copy geometry or publish geometry's references are wholly or partially driven by a saved query.
Synopsis
#include <ProDataShareFeat.h>
ProErrorProDatasharingfeatureIsQuerydriven(
ProFeature* feature
/* (In)
The data sharing feature.
*/
ProBoolean* is_query_driven
/* (Out)
PRO_B_TRUE if the feature's references are query driven, PRO_B_FALSE otherwise.
*/
)
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_NO_LICENSELicense check failure.
See Also
ProDatasharingfeatureQueryUpdate

Manual References:

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