Browse
 
Tools
Rss Categories

LVSemanticObject::operator []

Reference Number: AA-00938 Views: 8734 0 Rating/ Voters

Return a LVSemanticData object associated with the property name. If the property name doesn't exist, the return object will have type LV_TYPE_NULL.

Function

  • const LVSemanticData& operator [] (const char* PropertyId) const

Parameters

PropertyId

Property Name.

Return Values

LV_TYPE_NULL

PropertyId does not exist

Other

LVSemanticData object associated with the property name

See Also