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


IDomainInfo.Inherited Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDomainInfo Interface > IDomainInfo.Inherited Property
ArcGIS Developer Help

IDomainInfo.Inherited Property

Indicates if the Domain of the Type is inherited from the Layer.

[Visual Basic .NET]
Public ReadOnly Property Inherited As Boolean
[C#]
public bool Inherited {get;}
[C++]
HRESULT get_Inherited(
  Boolean* IsInherited
);
[C++]
Parameters
IsInherited [out, retval]

IsInherited is a parameter of type bool*

Product Availability

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

See Also

IDomainInfo Interface