Select to view content in your preferred language

How to get the alias name of a table using ArcObjects in C#?

572
1
05-13-2023 03:19 AM
edison65
Deactivated User

The alias name of a feature class can be accessed through the field Alias Name. But what about a table? It doesn't seem to have a similar field where I can get the alias name.

0 Kudos
1 Reply
MobiusSnake
MVP Regular Contributor

You want to use the IObjectClass interface rather than the ITable interface.  An "object class" is a now-mostly-defunct term for a table with geodatabase functionality like alias names.

0 Kudos