ArcObjects Library Reference  (GeoprocessingUI)    

IMdElementEditor.GetDisplayName Method

Returns the display name of the given property.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface