Browse
 
Tools
Rss Categories

LVSemanticObject::PropertyValue

Reference Number: AA-00942 Views: 7114 0 Rating/ Voters

Returns a LVSemanticData object associated with the property name or index.

Function

  • const LVSemanticData& PropertyValue(const char* PropertyId) const

    const LVSemanticData& PropertyValue(int Index) const

Parameters

Index

A number between 0 and (NumberOfProperties - 1)

PropertyId

A string containing the property name.

Return Values

Returns a LVSemanticData object associated with the property name PropertyId or the Index.

See Also