ArcObjects Library Reference (GeoprocessingUI)  

IMdElementEditor.EditEnvironments Method

Displays the dialog to edit the environments for the element.

[Visual Basic .NET]
Public Sub EditEnvironments ( _
    ByVal parent As Integer _
)
[C#]
public void EditEnvironments (
    int parent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface