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


IContextAnalyzer.Priority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IContextAnalyzer Interface > IContextAnalyzer.Priority Property
ArcGIS Developer Help

IContextAnalyzer.Priority Property

Priority for the context analyzer: 0 (highest) - 99 (lowest).

[Visual Basic .NET]
Public Property Priority As Integer
[C#]
public int Priority {get; set;}
[C++]
HRESULT get_Priority(
  System.Int32* Priority
);
[C++]
HRESULT put_Priority(
  long Priority
);
[C++]
Parameters
Priority [out, retval]

Priority is a parameter of type long* Priority [in]
Priority is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IContextAnalyzer Interface