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


IDomainInfo.Inherited Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* IsInherited
);
[C++]

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

Product Availability

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

See Also

IDomainInfo Interface