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


IFieldEdit.DomainFixed Property (ArcObjects .NET 10.5 SDK)
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