This document is archived and information here might be outdated.  Recommended version.


IField.DomainFixed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IField.DomainFixed Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IField Interface | IClassSchemaEdit Interface | IClassSchemaEdit.AlterDomain Method | IDomain Interface