ArcObjects Library Reference  (GeoprocessingUI)    

IMdElementEditor.GetValue Method

Returns the current value of the given property.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface