Method CreateDomainAsync
CreateDomainAsync(DomainDescription)
Creates a new domain in the geodatabase.
Declaration
public Task<Domain> CreateDomainAsync(DomainDescription domainDescription)
Parameters
Type | Name | Description |
---|---|---|
Domain |
domainDescription | The description of the domain to create. |
Returns
Remarks
You can create a new domain in a mobile geodatabase that was created in ArcGIS Pro or using
Create
In terms of the domain description, the Name must not exist in the geodatabase and
Field
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |