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


IFieldDomainInfo.IsInherited Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldDomainInfo Interface > IFieldDomainInfo.IsInherited Property
ArcGIS Developer Help

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(
  Boolean* pIsInherited
);
[C++]
Parameters
pIsInherited [out, retval]

pIsInherited is a parameter of type bool*

Product Availability

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

See Also

IFieldDomainInfo Interface