This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.DomainFixed Property (ArcObjects .NET 10.5 SDK) |
Indicates if the field's domain is fixed.
[Visual Basic .NET] Public ReadOnly Property DomainFixed As Boolean
[C#] public bool DomainFixed {get;}
[C++]
HRESULT get_DomainFixed(
VARIANT_BOOL* isFixed
);
[C++]
Parameters isFixed [out, retval] isFixed is a parameter of type VARIANT_BOOL
IField Interface | IClassSchemaEdit Interface | IClassSchemaEdit.AlterDomain Method | IDomain Interface