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


IDomain.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDomain.Type Property

The domain type.

[Visual Basic .NET]
Public ReadOnly Property Type As esriDomainType
[C#]
public esriDomainType Type {get;}
[C++]
HRESULT get_Type(
  esriDomainType* Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriDomainType

Product Availability

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

See Also

IDomain Interface