FeatureClassDefinition.GetAreaField and GetLengthField does not use qualified name - bug?

666
2
05-07-2021 06:47 AM
MadsHoumann
New Contributor II

On a featureclass with a join, calling FeatureClassDefinition.GetAreaField and GetLengthField does not return the qualified name (including table prefix). 

But GetObjectIDField and GetShapeField both do.

Is this a bug?

Or is there are workaround? A reliable way to get relevant qualifier?

0 Kudos
2 Replies
RichRuh
Esri Regular Contributor

The area and length fields are not real fields, they are synthesized fields. You shouldn't need to fully qualify them.  

--Rich

MadsHoumann
New Contributor II

OK. Thanks. I'll see if I can make that work.

0 Kudos