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


IMdElementEditor.GetDomain Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementEditor Interface > IMdElementEditor.GetDomain Method
ArcGIS Developer Help

IMdElementEditor.GetDomain Method

Returns the domain (if any) of the given property.

[Visual Basic .NET]
Public Function GetDomain ( _
    ByVal propname As String _
) As IGPDomain
[C#]
public IGPDomain GetDomain (
    string propname
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface