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


IMdElementEditor.SetValue 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.SetValue Method
ArcGIS Developer Help

IMdElementEditor.SetValue Method

Sets the value of the given property.

[Visual Basic .NET]
Public Sub SetValue ( _
    ByVal propname As String, _
    ByVal value As IGPValue _
)
[C#]
public void SetValue (
    string propname,
    IGPValue value
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface