These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

API - ConvertIDsToNames

First post
Author
Kainar Detremov
The Force Kin
#1 - 2015-04-27 10:37:52 UTC  |  Edited by: Kainar Detremov
I'm new to the forum so forgive me if this is an inappropriate place for this question.

I'm a long-time programmer and I'm using the .NET API to build a third-party tool/game. The functionality hinges on whether or not I can retrieve the unique name of an item (container, ship, corpse, etc.). It is my understanding that EveApi.ConvertIDsToNames will yield a dictionary containing the name of the items whose unique IDs you supply. Unfortunately, however; when I supply it with a list of correct ItemIDs for the given list of items, the dictionary yielded is always empty.

This is a rather specific problem and as such there is very little documentation on the subject. I'd be grateful to know what the function is used for if not this purpose, or if it is indeed used in this way; what I might be doing incorrectly.

Regards, Kain.
CCP FoxFour
C C P
C C P Alliance
#2 - 2015-04-27 12:19:51 UTC
I would suggest posting in the thread for the library you are using.

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Kainar Detremov
The Force Kin
#3 - 2015-04-27 12:34:30 UTC
That would make much more sense wouldn't it... Lol

Thanks