I am creating new gdb file from one GDB file. I am trying to assign the domain of the fields in newly created feature class from the gdb file.
How to assign the domain to a field because I tried "pfieldedit.domain_2 = FeatClass.Fields.get_Field(i).Domain. It shows the domain values while I am creating the new feature class but when I checked the data I did not found any domain in fields of the feature class.