Select to view content in your preferred language

Create FeatureClass with alias name?

673
2
09-04-2011 10:26 PM
MohammedBuali
Emerging Contributor
hi,

i am using the CreateFeatureClass in the feature dataset to create the feature classes, but i have a problem i cant assing alias name?

is there a solution for this?

thank you.
0 Kudos
2 Replies
DubravkoAntonic
Occasional Contributor
try this

IClassSchemaEdit pClassSchema = someFeatureClass as IClassSchemaEdit;
pClassSchema.AlterAliasName = "some alias name";
0 Kudos
MohammedBuali
Emerging Contributor
thank you,

working fine with me.
0 Kudos