Browse
 
Tools
Rss Categories

LVSemanticObject::PropertyName

Reference Number: AA-00941 Views: 7063 0 Rating/ Voters

Returns the  name of a property (member data) in this object at a particular Index.

Function

  • const char* PropertyName(int Index) const

Parameters

Index

An index between 0 and (NumberOfProperties - 1)

Return Values

Non-NULL pointer

A pointer to a buffer containing the name of the property specified by index.

NULL

Either the handle is not of SI_TYPE_OBJECT type, or the index exceeds the total number of properties in this object.

See Also