This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAResult Interface > INAResult.Initialize Method (ArcObjects .NET 10.5 SDK) |
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
This method has been deprecated and should not be used. Instead, use INAResult2.Create to initialize a result object after creating it.