ArcObjects Library Reference (GeoprocessingUI)  

IMdElementDialog.GetDefaultElementEditor Method

Returns the default element editor for the given object.

[Visual Basic .NET]
Public Function GetDefaultElementEditor ( _
    ByVal Element As Object _
) As IMdElementEditor
[C#]
public IMdElementEditor GetDefaultElementEditor (
    object Element
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementDialog Interface