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


IEditEvaluators.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IE > IEditEvaluators Interface > IEditEvaluators.Initialize Method
ArcGIS Developer Help

IEditEvaluators.Initialize Method

Intitialize the network attribute edit context.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal context As IAttributesEditContext, _
    ByVal attribute As IEvaluatedNetworkAttribute, _
    ByVal defaultMode As Boolean _
)
[C#]
public void Initialize (
    IAttributesEditContext context,
    IEvaluatedNetworkAttribute attribute,
    bool defaultMode
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEditEvaluators Interface