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