ArcObjects Library Reference (GeoprocessingUI)  

IMdElementEditor Interface

Provides access to the methods on an element editor object.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method ApplyChanges Applies the current changes to the element being edited by the element editor.
Read/write property Callback The callback object associated with the element editor.
Method EditEnvironments Displays the dialog to edit the environments for the element.
Read/write property Element The element being edited by the element editor.
Read-only property ElementChanged Indicates whether the element being edited has been modified.
Method GetChoiceList Returns an enumeration of possible values for the given data type and domain.
Method GetDataType Returns the data type of the given property.
Method GetDirection Returns the direction type of the given property.
Method GetDisplayName Returns the display name of the given property.
Method GetDomain Returns the domain (if any) of the given property.
Method GetEnabled Returns whether the control for the given property should be enabled.
Method GetMessage Returns the last (validation) message of the given property.
Method GetRegisteredControls Returns an enumeration of registered controls
Method GetValue Returns the current value of the given property.
Read-only property GxDialog The GxDialog object cached by the element editor.
Method OnElementChanged Called to indicate that the element being edited by the element editor has been modified.
Method RegisterControl Registers the given control with the element editor.
Method SetValue Sets the value of the given property.
Method ShowHelp Displays the help for the element being edited.
Method UnregisterControls Unregisters all controls currently referenced by the element editor.

CoClasses that implement IMdElementEditor

CoClasses and Classes Description
LreEventPropertiesCtrl Control for setting route event properties.
MdCompositeCtrl Control for setting composite value properties.
MdEnvSpatRefCtrl Control for setting environment spatial reference properties.
MdLineSimplifyCtrl Control for setting line simplify properties.
MdMultiCtrl Control for setting multi values.
MdSimpleTableCtrl Control for setting band definition properties.
MdTableCtrl Control for setting value table properties.