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


IGPSubtype.DomainName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPSubtype Interface > IGPSubtype.DomainName Property
ArcGIS Developer Help

IGPSubtype.DomainName Property

The field's domain.

[Visual Basic .NET]
Public Function get_DomainName ( _
    ByVal FieldName As String _
) As String
[Visual Basic .NET]
Public Sub set_DomainName ( _
    ByVal FieldName As String, _
    ByVal DomainName As String _
)
[C#]
public string get_DomainName (
    string FieldName
);
[C#]
public void set_DomainName (
    string FieldName,
    string DomainName
);
[C++]
HRESULT get_DomainName(
  BSTR FieldName,
  BSTR DomainName
);
[C++]
HRESULT put_DomainName(
  BSTR FieldName,
  System.String* DomainName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR DomainName [in]
DomainName is a parameter of type BSTR FieldName [in]
FieldName is a parameter of type BSTR DomainName [out, retval]
DomainName is a parameter of type BSTR*

Product Availability

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

See Also

IGPSubtype Interface