This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters NAContext [in]
NAContext is a parameter of type INAContext*
Applies returns true or false if the symbolizer applies to the solver context specified by NAContext.