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


ITraceTask.OnCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITraceTask Interface > ITraceTask.OnCreate Method
ArcGIS Developer Help

ITraceTask.OnCreate Method

Initializes the trace task.

[Visual Basic .NET]
Public Sub OnCreate ( _
    ByVal utilityNetworkAnalysis As IUtilityNetworkAnalysisExt _
)
[C#]
public void OnCreate (
    IUtilityNetworkAnalysisExt utilityNetworkAnalysis
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The OnCreate method is called by the Utility Network Analysis extension when the extension is created. The reference to the Utility Network Analysis extension that is passed as a parameter can be used to set and maintain a private reference to the extension for the trace task object.

See Also

ITraceTask Interface