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


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

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