Browse
 
Tools
Rss Categories

LVSemanticObject_PropertyExists

Reference Number: AA-00912 Views: 7581 0 Rating/ Voters

If a handle is of SI_TYPE_OBJECT type, this function returns a boolean value indicating if the property name exists in the object. If the handle is not of SI_TYPE_OBJECT type, this function always return false.

Function

  • int LVSemanticObject_PropertyExists(H_SI_DATA h_si_data, const char *property_id)

Parameters

h_si_data

Semantic data handle.

property_id

A string containing the property name.

Return Values

1

The property name exists in the object.

0

The property name does not exist in the object. Or the handle is not SI_TYPE_OBJECT type.

See Also