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


IMdElementCtrl.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementCtrl Interface > IMdElementCtrl.Initialize Method
ArcGIS Developer Help

IMdElementCtrl.Initialize Method

Initializes the state of the element control object.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal editor As IMdElementEditor, _
    ByVal propname As String, _
    ByVal dependencies As String _
)
[C#]
public void Initialize (
    IMdElementEditor editor,
    string propname,
    string dependencies
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementCtrl Interface