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


IFieldDomainInfo.IsInherited Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFieldDomainInfo.IsInherited Property

Indicates whether the domain is inherited from the field's.

[Visual Basic .NET]
Public ReadOnly Property IsInherited As Boolean
[C#]
public bool IsInherited {get;}
[C++]
HRESULT get_IsInherited(
  VARIANT_BOOL* pIsInherited
);
[C++]

Parameters pIsInherited [out, retval] pIsInherited is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFieldDomainInfo Interface