TtfNameTable.GetNameRecordsByNameId

TtfNameTable.GetNameRecordsByNameId method

Returns all NameRecord structures which NameId field is equal to passed nameId value. If no records found, empty array will be returned.

public NameRecord[] GetNameRecordsByNameId(NameId nameId)
ParameterTypeDescription
nameIdNameIdname identifier

Return Value

Array of NameRecord structures

See Also