Indicates if the symbolizer applies to the analysis context.
[Visual Basic .NET] Public Function Applies ( _ ByVal NAContext As INAContext _ ) As Boolean
[C#] public bool Applies ( INAContext NAContext );
[C++]
HRESULT Applies(
INAContext* NAContext,
VARIANT_BOOL* flag
);
[C++]Parameters
NAContext [in]NAContext is a parameter of type INAContext
flag [out, retval] flag is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
Applies returns true or false if the symbolizer applies to the solver context specified by NAContext.