'Declaration Public Overloads Function LookUp( _ ByVal tag As Integer _ ) As ImGearMetadataNode
'Usage Dim instance As ImGearMetadataNodeList Dim tag As Integer Dim value As ImGearMetadataNode value = instance.LookUp(tag)
public ImGearMetadataNode LookUp( int tag )
public: ImGearMetadataNode* LookUp( int tag )
public: ImGearMetadataNode^ LookUp( int tag )
Parameters
- tag
- Tag ID to search for.
Return Value
ImGearMetadataNode class object.