Set up for a new analysis.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal Name As String, _ ByVal NAContext As INAContext, _ ByVal isScratch As Boolean _ )
[C#] public void Initialize ( string Name, INAContext NAContext, bool isScratch );
[C++]
HRESULT Initialize(
BSTR Name,
INAContext* NAContext,
VARIANT_BOOL isScratch
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR NAContext [in]NAContext is a parameter of type INAContext
isScratch [in] isScratch is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
This method has been deprecated and should not be used. Instead, use INAResult2.Create to initialize a result object after creating it.