ArcObjects Library Reference (GeoDatabase)  

IFieldEdit.DomainFixed Property

Indicates if the field's domain cannot be modified.

[Visual Basic .NET]
Public WriteOnly Property DomainFixed_2
[C#]
public void DomainFixed_2 {set;}
[C++]
HRESULT put_DomainFixed(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFieldEdit Interface