Create FeatureClass with alias name?

502
2
09-04-2011 10:26 PM
MohammedBuali
New 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
New Contributor III
try this

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

working fine with me.
0 Kudos