Provides access to the methods on an element editor object.
Product Availability
Available with ArcGIS Desktop.
Members
| Description | ||
|---|---|---|
|  | ApplyChanges | Applies the current changes to the element being edited by the element editor. | 
|  | Callback | The callback object associated with the element editor. | 
|  | EditEnvironments | Displays the dialog to edit the environments for the element. | 
|  | Element | The element being edited by the element editor. | 
|  | ElementChanged | Indicates whether the element being edited has been modified. | 
|  | GetChoiceList | Returns an enumeration of possible values for the given data type and domain. | 
|  | GetDataType | Returns the data type of the given property. | 
|  | GetDirection | Returns the direction type of the given property. | 
|  | GetDisplayName | Returns the display name of the given property. | 
|  | GetDomain | Returns the domain (if any) of the given property. | 
|  | GetEnabled | Returns whether the control for the given property should be enabled. | 
|  | GetMessage | Returns the last (validation) message of the given property. | 
|  | GetRegisteredControls | Returns an enumeration of registered controls | 
|  | GetValue | Returns the current value of the given property. | 
|  | GxDialog | The GxDialog object cached by the element editor. | 
|  | OnElementChanged | Called to indicate that the element being edited by the element editor has been modified. | 
|  | RegisterControl | Registers the given control with the element editor. | 
|  | SetValue | Sets the value of the given property. | 
|  | ShowHelp | Displays the help for the element being edited. | 
|  | 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. | 
| MdTableCtrl | Control for setting value table properties. |