Documentação da API > Miscellaneous > Object ProDatasharingfeature > Function ProDatasharingfeatureIsQuerydriven
Function ProDatasharingfeatureIsQuerydriven
Description
Identifies if the copy geometry or publish geometry's references are wholly or partially driven by a saved query.
Synopsis
ProDatasharingfeatureIsQuerydriven
(
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
The function succeeded.
One or more input arguments was invalid.
The feature is not a copy geometry or publish geometry feature.
License check failure.
See Also
User Guide References
Isto foi útil?