This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASymbolizer Interface > INASymbolizer.Applies Method (ArcObjects .NET 10.4 SDK) |
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
Applies returns true or false if the symbolizer applies to the solver context specified by NAContext.