This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementCtrl Interface > IMdElementCtrl.Initialize Method (ArcObjects .NET 10.5 SDK) |
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 );