ArcObjects Library Reference  (GeoprocessingUI)    

IMdElementEditor.GetDomain Method

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

[Visual Basic 6.0]
Function GetDomain(
    ByVal propname As String _
) As IGPDomain
[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