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


IDomain.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDomain Interface > IDomain.Type Property
ArcGIS Developer Help

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