If the handle is of SI_TYPE_OBJECT type, this function return the handle to the semantic data associated with the property name in the object.If the handle is not of SI_TYPE_OBJECT type, this function always return 0. This function does not allocate memory for the new handle, so do not try to release the new handle.
Function
- H_SI_DATA LVSemanticObject_GetPropertyValue(H_SI_DATA h_si_data, const char* property_name)
Parameters
h_si_data
Semantic data handle.
property_name
A string containing the property name.
Return Values
Non-zero value
A handle to the semantic data associated with the property name in the object.
NULL
The property name does not exist in the object, or the handle is not of SI_TYPE_OBJECT type.
See Also