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


INASymbolizer.Applies Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INASymbolizer.Applies Method

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.

See Also

INASymbolizer Interface