PropertyValue

Returns a property (member data) of this object.

Functions

LVSemanticData LVSemanticObject::PropertyValue(const char *property_name)

LVSemanticData LVSemanticObject::PropertyValue(int property_index)

Return Values

Returns a semantic data object.  The first returns the object named property_name.  The second returns the object corresponding to PropertyName(property_index)

Parameters

property_index

A number between 0 and NumberOfProperties - 1

property_name

A string containing the property name.


Complete Help Topic List | Speech Engine Product Information