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.