Select to view content in your preferred language

Does OpenFeatureClass() load metadata about fields, domains, subtypes?

3279
0
06-04-2015 06:44 PM
MarkMindlin
Occasional Contributor III

Hi there,

I work with Desktop 10.3 version and just wondering whether that rows (or one of them)

IField pField = pFields.get_Field(index);

IDomain pDomain = (IDomain)pField.Domain;

ISubtypes pSubType = (ISubtypes)pTable;

should call to database, or such metadata (fields, domains, subtypes) already downloaded(cashed somewhere in local memory) when the OpenFeatureClass() executed?

How can I see/read documentation/test it?

 

0 Kudos
0 Replies