Is there an equivalent function to management.AssignDomainToField in the ArcGIS Pro SDK for assigning a domain to a field?
Hi,
You could call geoprocessing tool management.AssignDomainToField directly from code. Samples are here.
Another way is to use SchemaBuilder. More about SchemaBuilder is here.